<@U014HUWN7B5> Are we still going to see KSP enabl...
# ksp
s
@Ting-Yuan Huang Are we still going to see KSP enabled for multiplatform in Kotlin 1.5.20? 1.5.10 was just released, so I thought I’d check in 🙂
👀 4
😂 2
t
Yes, the plan hasn't changed. Please note that not all features will be supported as soon as Kotlin 1.5.20 is released. For example, JS should come before K/N, because the latter requires a larger refactoring in KSP's gradle plugin.
s
Out of curiosity, why would K/N require a larger refactor? Isn’t all using IR?
b
More diverse backend I'm guessing ¯\_(ツ)_/¯
t
K/N has more customization in kotlin-gradle-plugin and needs more changes in KSP.