msink
12/15/2019, 12:08 PMcompose-runtime
by Kotlin/Native?
I did quick and dirty port, and it more or less worksmsink
12/15/2019, 12:11 PMobject Compose
must be annotated as @kotlin.native.concurrent.ThreadLocal
https://github.com/msink/kotlin-libui/blob/34c04b2b53e872938707a1b1a547e8b055fcfaa3/compose-runtime/src/commonMain/kotlin/Compose.kt#L24msink
12/15/2019, 12:16 PMclass ObserverMap
are JVM-only, don't know how to port it.Andrey Kulikov
12/16/2019, 11:21 AMChuck Jazdzewski [G]
12/16/2019, 5:14 PMObserverMap
an expected type, moving the current implementation as an actual type for Android, so you have more freedom in the K/N implementation.