This is not strictly Kdsl related, but in <#C0922A...
# gradle
c
This is not strictly Kdsl related, but in #general this wasn't answered, so maybe someone here can help? Sorry for double posting, but I did wait a while 🙂 After update to kotlin 1.1.4, my gradle build (groovy based) fails with following
Task with path 'copyMainKotlinClasses' not found in project
. In
build.gradle
I have:
Copy code
// 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.