Czar
08/22/2017, 12:22 PMTask 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'
Gradle version: 4.0.1
4 replies
I'll create an issue on YT, when I have the time. Because to me it looks like a regression.