@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
Ting-Yuan Huang
05/24/2021, 6:10 PM
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
spierce7
05/26/2021, 7:26 PM
Out of curiosity, why would K/N require a larger refactor? Isn’t all using IR?
b
Big Chungus
05/26/2021, 7:27 PM
More diverse backend I'm guessing ¯\_(ツ)_/¯
t
Ting-Yuan Huang
05/27/2021, 12:37 AM
K/N has more customization in kotlin-gradle-plugin and needs more changes in KSP.