diff --git a/pom.xml b/pom.xml index 93cab08c..cd4e716d 100644 --- a/pom.xml +++ b/pom.xml @@ -299,9 +299,18 @@ + org.jetbrains.kotlin kotlin-maven-plugin ${kotlin.version} + + + 1.7 + 1.7 + 17 + true + -Xjsr305=strict -opt-in=kotlin.RequiresOptIn + compile @@ -309,18 +318,24 @@ compile - - 1.7 - 1.7 - 17 - true - -Xjsr305=strict -opt-in=kotlin.RequiresOptIn ${project.basedir}/src/main/kotlin ${project.basedir}/src/main/java + + test-compile + + test-compile + + + + ${project.basedir}/src/test/kotlin + ${project.basedir}/src/test/java + + +