Can someone tell me whats wrong with my sourcesets? Also sourceSets[“main”] returns the same error, but I can see my kotlin files in Android Studio Project in src/main/kotlin
l
louiscad
06/11/2019, 1:12 PM
Did you try with
getByName("main") { … /* Your code in the lambda, executed later. */ }