https://kotlinlang.org logo
#gradle
Title
d

dagguh

06/23/2017, 7:32 PM
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"))