KSP doesn't support multiplatform yet, right?
# ksp
s
KSP doesn't support multiplatform yet, right?
j
Not yet, but we do plan to address it on our priority.
t
Specifically,
kotlin("multiplatform")
should be usable now but only
jvm()
is available.
s
Not yet, but we do plan to address it on our priority.
What kind of priority? As in before end of Q2?
j
You can expect to see progress in Q1, like necessary upstream compiler changes to enable MPP. Functional completeness on other platforms like JS is expected to be by end of Q2.
🎉 5