karelpeeters
08/22/2017, 8:17 AMTask with path 'copyMainKotlinClasses' not found in project
. In build.gradle
I have:
// groovy code should have access to kotlin classes for things like blablabla to work
tasks.compileGroovy.dependsOn 'copyMainKotlinClasses'
// and also for tests
tasks.compileTestGroovy.dependsOn 'copyTestKotlinClasses'
Thread in Slack Conversation
They managed to solve it by updating gradle here: https://stackoverflow.com/questions/40563870/compilekotlin-fails-in-gradle-mixed-java-kotlin-project