I closed <this issue with klib cross compilation>,...
# ksp
e
I closed this issue with klib cross compilation, thinking it was just an issue with KSP1, but it is still an issue with KSP 2.3.0. The KGP API for determining the state of cross compilation is currently targeted for Kotlin 2.3.20, but as of Kotlin 2.2.20 cross compilation is enabled by default. Does it make sense to flip the check in KSP to enable the task unless
kotlin.native.enableKlibsCrossCompilation == false
?