Workaround: ```build.gradle.kts android.sourceSets.named("main") { java.directories += "src/main/kotlin" } ``` Will try to find a minimal repro later