When will the `kotlin-multiplatfrom` support jetpa...
# compose
a
When will the
kotlin-multiplatfrom
support jetpack-compose compilation?
d
When compiler plugins begin to stabilise.
a
In what scenario is the current compiler unstable? even a dev version of it?
d
I wasn't necessarily talking about the compiler but compiler plugins. But now that you bring it up, the new IR compiler back-end is not yet stable too as it is said in the "What to expect in
1.4
" blog post. Also, almost every release of Kotlin breaks compiler plugins. There's barely any docs on it because the compiler team discourages us from using it yet and relying on an unstable api.
a
Thank you for breaking it up that way . . .