Sergio C.
05/24/2025, 4:09 PMzsmb
05/24/2025, 4:24 PMSergio C.
05/24/2025, 4:36 PM"_kfun:androidx.compose.animation.core#androidx_compose_animation_core_SeekableTransitionState$stableprop_getter$artificial(){}kotlin.Int", referenced from:
_kfun:androidx.navigation.compose#NavHost(androidx.navigation.NavHostController;androidx.navigation.NavGraph;androidx.compose.ui.Modifier?;androidx.compose.ui.Alignment?;kotlin.Function1<androidx.compose.animation.AnimatedContentTransitionScope<androidx.navigation.NavBackStackEntry>,androidx.compose.animation.EnterTransition>?;kotlin.Function1<androidx.compose.animation.AnimatedContentTransitionScope<androidx.navigation.NavBackStackEntry>,androidx.compose.animation.ExitTransition>?;kotlin.Function1<androidx.compose.animation.AnimatedContentTransitionScope<androidx.navigation.NavBackStackEntry>,androidx.compose.animation.EnterTransition>?;kotlin.Function1<androidx.compose.animation.AnimatedContentTransitionScope<androidx.navigation.NavBackStackEntry>,androidx.compose.animation.ExitTransition>?;kotlin.Function1<androidx.compose.animation.AnimatedContentTransitionScope<androidx.navigation.NavBackStackEntry>,androidx.compose.animation.SizeTransform?>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){} in ComposeApp[2861](liborg.jetbrains.androidx.navigation:navigation-compose-cache.a.o)
"_kfun:androidx.compose.runtime#androidx_compose_runtime_ProvidedValue$stableprop_getter$artificial(){}kotlin.Int", referenced from:
_kfun:androidx.navigation.compose#LocalOwnersProvider__at__androidx.navigation.NavBackStackEntry(androidx.compose.runtime.saveable.SaveableStateHolder;kotlin.Function2<androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>;androidx.compose.runtime.Composer?;kotlin.Int){} in ComposeApp[2861](liborg.jetbrains.androidx.navigation:navigation-compose-cache.a.o)
ld: symbol(s) not found for architecture arm64
Sergio C.
05/24/2025, 4:38 PMSergio C.
05/24/2025, 4:41 PMkotlin.native.cacheKind=none
also works with the latest navigation-compose version
ThanksSergio C.
05/24/2025, 4:44 PMzsmb
05/24/2025, 7:50 PM2.9.0-beta02
.zsmb
05/24/2025, 7:51 PM4.1.0-RC1
, which is the release candidate that targets CMP 1.8 and laterzsmb
05/24/2025, 7:52 PMalso why and how does the gradle flag solves this issue??The details are in the YouTrack issue that's linked in the comment above. The important part is that adding this flag disables caching in native debug builds which is bad for build times, so make sure that you only add it temporarily, if there's no other solution for your build. But it's best not to add it at all if you can help it.
Sergio C.
05/25/2025, 8:16 PMPedro Alberto
05/26/2025, 1:19 PMKaran Sharma
05/30/2025, 4:58 AMzsmb
05/30/2025, 8:19 AM