Closed tobiasschuerg closed 2 years ago
Move kotlin files to main/kotlin
main/kotlin
and add this to the build.gradle
build.gradle
sourceSets { main.java.srcDirs += 'src/main/kotlin' }
@tobiasschuerg Please make these changes and open the PR.
Move kotlin files to
main/kotlin
and add this to the
build.gradle