Did anyone faced this error? Tried all this verio...
# compose-ios
f
Did anyone faced this error? Tried all this verions. But facing same IrLinkageError.
Copy code
# kotlin = "2.1.20" compose = "1.8.2", jbNavigation = "2.8.0-alpha08"
# kotlin = "2.1.10" compose = "1.8.2" jbNavigation = "2.8.0-alpha08"
# kotlin = "2.1.10" compose = "1.8.2" jbNavigation = "2.8.0-alpha10"
Copy code
Uncaught Kotlin exception: kotlin.native.internal.IrLinkageError: Can not read value from backing field of property 'androidx_compose_animation_core_SeekableTransitionState$stable': Private backing field of property declared in module <org.jetbrains.compose.animation:animation-core> can not be accessed in module <org.jetbrains.androidx.navigation:navigation-compose>
but i am facing in 2.1.10 & 2.1.20
a
What versions of
org.jetbrains.compose.animation:animation-core
and
org.jetbrains.androidx.navigation:navigation-compose
where actually loaded by Gradle?