FutureMind/koru

Check if providing the path to generated classes needs to be explicit

Closed this issue · 1 comments

Right now users need to provide the path to kaptKotlin explicitly in build.gradle. Maybe there's a way around that.

        val iosMain by getting {
            ...
            kotlin.srcDir("${buildDir.absolutePath}/generated/source/kaptKotlin/")
        }

It's a limitations of multiplatform projects and the fact that kapt is jvm-only. This might not be necessary anymore with ksp.