I'm not sure if this is an issue on the Kotlin or the Gradle side, however I'm facing the issue that I cannot read the source sets of the kotlin setup. Something has changed when I upgraded to Gradle 6.0 and my gradle plugin the source sets via
Never mind, I found out that I need to put my code in a block like this:
Copy code
project.plugins.withId("kotlin") {...}
n
napperley
12/18/2019, 11:05 PM
Sounds more likely to be a issue on the Gradle side since Gradle's backward compatibility policy doesn't guarantee backwards compatiblity between major versions.