Within a KMP Project. Should KSP automatically be ...
# ksp
d
Within a KMP Project. Should KSP automatically be configured to run before any compilation task.. or is the following a necessary step?
Copy code
target.tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>>().all {
            if(name != "kspCommonMainKotlinMetadata") {
                dependsOn("kspCommonMainKotlinMetadata")
            }
        }
f
No response! I eagerly await the time when KSP will be replaced by the compiler plugin API