FlowFan

Results 2 comments of FlowFan
trafficstars

After removing the following code, it build success. But clean and rebuild will not find `org.koin.ksp.generated` code. ``` project.tasks.withType(KotlinCompilationTask::class.java).configureEach { if (name != "kspCommonMainKotlinMetadata") { dependsOn("kspCommonMainKotlinMetadata") } } ```

So what is the final solution? Or how should we declare it in build.gradle when integrating koin-annotations now?