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

molikto

06/30/2020, 12:01 PM
Noticed that
compose-desktop
can correctly draw something now (not sure if this happend recently, before it is blank for me), I tried to compile compose runtime to iOS but had some issues with cocoutine kotlin-native abi version (
The abi versions don't match. Expected '[21]', found '22'
), after some struggling I give up because I am not actually very familar with MPP.
a

andylamax

06/30/2020, 12:07 PM
compose-desktop?
m

molikto

06/30/2020, 12:09 PM
compose-desktop
is the experimental Compose UI implementation for desktop.
a

andylamax

06/30/2020, 12:14 PM
wooooow, is there a dev preview I can play with?
j

jim

06/30/2020, 12:15 PM
Keep in mind that
ui-desktop
is still a very early stage research exploration. No, there is no dev preview, you would need to build from source.
a

andylamax

06/30/2020, 12:16 PM
got it. Is there a
ui-browser
equivalent?
j

jim

06/30/2020, 12:20 PM
nope
2 Views