Czar
08/22/2017, 8:38 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
@karelpeeters for me that would be a downgrade, the problem is due to changes introduced in kt 1.1.4 for gradle 4.0, I'm running gradle 4.0.1