mkobit
java { (sourceSets) { "main" { withConvention(KotlinSourceSet::class) { kotlin.srcDirs("wherever") } } } }