```Undefined symbol: _kfun:androidx.compose.animat...
# multiplatform
r
Copy code
Undefined symbol: _kfun:androidx.compose.animation.core#androidx_compose_animation_core_SeekableTransitionState$stableprop_getter$artificial(){}<http://kotlin.Int|kotlin.Int>
👍 1
v
I opened my iOS project after a month or two and now I am getting this! No change in kotlin or gradle libraries yet.
2
t
where exactly are you getting it? On project compilation or in IDE?
r
When building iOS project (either Android Studio or Xcode) or running to any iOS target
t
please try a latest Kotlin release (if not yet). If it is still happens - create a new Kotlin issue with a repro
r
it happens with the latest version as well
v
🙂 Updating to latest kotlin release and right now in updating dependency hell.
r
After some changes this error disappeared
but now I have this one
Copy code
KLIB resolver: Could not find "org.jetbrains.androidx.savedstate:savedstate" in [/Users/robertlevonyan/StudioProjects/volunup-mobile/composeApp, /Users/robertlevonyan/.konan/kotlin-native-prebuilt-macos-aarch64-2.2.0/klib/common, /Users/robertlevonyan/.konan/kotlin-native-prebuilt-macos-aarch64-2.2.0/klib/platform/ios_simulator_arm64]
v
For me it now works. Updated to latest kotiln version and other dependencies.