Checking in on KSP and multiplatform. I'm aware th...
# ksp
r
Checking in on KSP and multiplatform. I'm aware that the compiler plugin itself is JVM-only at least until 1.5.20 due to lack of AnalysisHandlerExtension support on other platforms. I've also seen some stuff around making sure the KSP plugin works for JVM targets of multiplatform projects, but I don't know how well-supported that's expected to be. I can't get any multiplatform project to build that applies the KSP plugin and includes an Android target. I also am having trouble with projects including native targets if I actually wire up a ksp dependency on the JVM target. Are these issues known/expected since multiplatform support isn't ready yet?
t
For now, multiplatform support is only available for JVM and not to be used with other platforms. Proper support of other platforms (enabled simultaneously) will be available from 1.5.20. Besides the compiler extension points, there are also some works to be done in KSP's gradle plugin. Without compiler extension points they won't be very useful, so we planned to implement them after 1.5.10.
👍 1