It seems that the Kotlin Gradle plugin might need ...
# gradle
d
It seems that the Kotlin Gradle plugin might need an update 1 reply For a pure Kotlin codebase, the workaround with the currently best results is:
Copy code
tasks["compileKotlin"].outputs.dir(File(buildDir, "classes/main"))
tasks["compileTestKotlin"].outputs.dir(File(buildDir, "classes/test"))