diff --git a/kotlin/pom.xml b/kotlin/pom.xml index eba248e1b9..68944f08ac 100644 --- a/kotlin/pom.xml +++ b/kotlin/pom.xml @@ -38,6 +38,12 @@ ${kotlin-maven-plugin.version} + + + src/main/java + src/main/kotlin + + compile compile @@ -45,6 +51,12 @@ + + + src/test/java + src/test/kotlin + + test-compile test-compile