https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
v

Vitor Prado

06/02/2021, 1:31 PM
Can someone tell me the idea behind
compose compiler
running on K/N?? We can expect composables in KMP world?
m

mkrussel

06/02/2021, 2:02 PM
While you cannot use the compose UI toolkit on native, you could use the compose compiler to build other composable code. I'm surprised it works. It might not actually work and the plugin just is not disabling it on native.
a

Arkadii Ivanov

06/02/2021, 3:16 PM
Compose is already multiplatform, and there are some UI implementations as well. Ther is Compose for Desktop, which is quite good already. Also there is Compose for Web, which manipulates DOM. The Compose compiler recently got Native support, which opened doors for native implementations.
k

KamilH

06/02/2021, 6:51 PM
This is interesting project as well: https://github.com/cl3m/multiplatform-compose
3 Views