https://kotlinlang.org logo
#compose
Title
# compose
a

andylamax

06/30/2020, 12:15 PM
When will the
kotlin-multiplatfrom
support jetpack-compose compilation?
d

Dominaezzz

06/30/2020, 12:45 PM
When compiler plugins begin to stabilise.
a

andylamax

06/30/2020, 4:00 PM
In what scenario is the current compiler unstable? even a dev version of it?
d

Dominaezzz

06/30/2020, 4:03 PM
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

andylamax

06/30/2020, 5:33 PM
Thank you for breaking it up that way . . .