Need help when using compiler plugin on kotlin/native.
😘 1
n
napperley
10/07/2021, 1:17 AM
Compose isn't designed to work on Kotlin Native. The memory model that Compose works with is supported on Kotlin JVM/Kotlin Android/Kotlin JS, but not Kotlin Native.
l
Landerl Young
10/07/2021, 4:51 AM
Thanks for the reply, but these should not be related, compose is just a framework that can work even on a single-threaded application (that’s exactly compose-web does).
For now I’m trying to make compose work on a single threaded kotlin/native application. (Also, there is a new memory model for KN be working on).