. What can I use to get only the Kotlin source dirs ?
h
h0tk3y
12/11/2017, 11:13 AM
Sorry for that. What affects your build, though, is only that now the Java directories are added to the Kotlin directory set eagerly during configuration, not
afterEvaluate { ... }
as it was before.
I would suggest the following workaround: