Is incremental compilation through `kotlin.increme...
# compose-ios
d
Is incremental compilation through
kotlin.incremental.native=true
compatible with compose for iOS? when i have it enabled, the app crashes with various permutations of
Uncaught Kotlin exception: kotlin.native.internal.IrLinkageError
on various classes
h
Do you use coroutines? If so, there is a bug: https://github.com/Kotlin/kotlinx.coroutines/pull/4041
thank you color 2
👍 1
d
Can you please create an Issue here and attach a minimal reproducible sample of your problem
d
I am, but it worked fine until I added compose into the mix