After upgrading compose multiplatform to `1.8.0-a...
# koin
a
After upgrading compose multiplatform to
1.8.0-alpha03
I am getting the following runtime error:
Uncaught Kotlin exception: kotlin.native.internal.IrLinkageError: Can not read value from backing field of property 'androidx_lifecycle_viewmodel_compose_LocalViewModelStoreOwner$stable': Private backing field of property declared in module <org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose> can not be accessed in module <io.insert-koin:koin-compose-viewmodel>
is this an issue with koin?
e
This issue seems to be in progress: https://youtrack.jetbrains.com/issue/CMP-7571
🙌 1
I resolved this by removing
org.jetbrains.androidx.lifecycle
dependencies.
241 Views