dave08
12/16/2021, 11:24 AMgetByName("main") {
kotlin.srcDirs(file("./src/main/kotlin"))
kotlin.srcDir("$buildDir/generated/ksp/debug/kotlin")
}
But I'm getting a Conflicting overloads: public fun KClass<KiMainComponent>.create()
error... I can't find where the conflict is... 🤕