Runtime crash on Children
See original GitHub issueI’ve recently updated to the latest version, and getting a crash when using new Children
function:
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/arkivanov/decompose/extensions/compose/jetpack/RouterStateComposableKt$Children$1;
at com.arkivanov.decompose.extensions.compose.jetpack.RouterStateComposableKt.Children(RouterStateComposable.kt:27)
at dev.steelahhh.decocrashtester.MainActivity$onCreate$1$1$1.invoke(MainActivity.kt:72)
at dev.steelahhh.decocrashtester.MainActivity$onCreate$1$1$1.invoke(Unknown Source:10)
I’m using extensions-compose-jetpack
in a plain Android module but can repro with a new empty compose project, adding decompose dependencies and using this setup
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
How do I get rid of Java child processes when my Java app ...
getRuntime ().exec(cmd);. It now runs in the background. All good and fine. If my program now crashes (it is still in ...
Read more >React.ReactNode allows passing {} as children which will ...
Application crash at runtime with the error "Objects are not valid as a React child (found: object with keys {}). If you meant...
Read more >Runtime Error after very high speed kinetic impact | Children of a ...
Program slows down and crashes while I'm watching the effects of that railgun, firing off payloads that consist of a very small, very...
Read more >server script runtime error exceeded maximum number of ...
My Zombies servers have been non stop crashing for the last two ... runtime error exceeded maximum number of child server script variables"....
Read more >How To Fix Runtime Error 404 - Solvusoft
Runtime error 404 problems include computer crashes, freezes, and possible virus ... MDI child forms cannot be shown modally Assessment.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Version
0.1.5
is published, should be fixed now.Yep, checked on that branch - doesn’t crash now 👍