Closed vladimirlogachov closed 7 months ago
the original exception is
java.lang.NoSuchMethodError: 'androidx.compose.ui.scene.ComposeScene androidx.compose.ui.scene.MultiLayerComposeScene_skikoKt.MultiLayerComposeScene$default(androidx.compose.ui.unit.Density, androidx.compose.ui.unit.LayoutDirection, androidx.compose.ui.unit.IntRect, kotlin.coroutines.CoroutineContext, androidx.compose.ui.scene.ComposeSceneContext, kotlin.jvm.functions.Function0, int, java.lang.Object)'
It points to version conflicts in your project. I fixed it in https://github.com/vladimirlogachov/MoviesPot/pull/193
I'll keep this issue open to fix test runner and print the real exception/cause
Oh I see, thanks, appreciate this!
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
Describe the bug Integration of
org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha02
dependency intocommonMain
leads to following error when I run
desktopTest
gradle taskWhen this dependency removed from
commonMain
all tests passed without errorsAffected platforms
Versions
To Reproduce Steps and/or the code snippet to reproduce the behavior:
migration/app
branch./gradlew shared-ui:desktopTest
Expected behavior
./gradlew shared-ui:desktopTest
run completes successfully.