I’m testing the ability to <publish libraries from...
# ksp
r
I’m testing the ability to publish libraries from any host with Kotlin 2.1.0. I’m building iOS binaries on Linux, but KSP causes errors because the task is skipped:
Copy code
16:06:56 > Task :my-module:kspKotlinIosArm64 SKIPPED
16:06:56 > Task :my-module:kspTestKotlinIosX64 SKIPPED
16:06:56 > Task :my-module:kspKotlinDesktop
16:06:56 > Task :my-module:kspDebugKotlinAndroid
Is there a check in KSP that skips these tasks depending on the host machine? Edit: I found https://github.com/google/ksp/issues/2243