Hi! I'm having a problem if I want to include the ...
# kotlin-inject
d
Hi! I'm having a problem if I want to include the generated classes in the source set... I have:
Copy code
getByName("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... 🤕