Need help when using compiler plugin on kotlin/nat...
# kotlin-native
l
Need help when using compiler plugin on kotlin/native.
😘 1
n
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
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).