question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NoSuchMethodError: No interface method startReplaceableGroup with Compose 1.0.0-beta07

See original GitHub issue

Got this exception after trying to update Compose to 1.0.0-beta07

 java.lang.NoSuchMethodError: No interface method startReplaceableGroup(ILjava/lang/String;)V in class Landroidx/compose/runtime/Composer; or its super classes (declaration of 'androidx.compose.runtime.Composer' appears in /data/app/com.aglushkov.wordteacher.androidApp-4keQzDtu0r5s9Ue6Ncp8XQ==/base.apk)
        at com.arkivanov.decompose.extensions.compose.jetpack.RootComponentBuilderKt.rememberRootComponent(Unknown Source:15)
        at com.aglushkov.wordteacher.androidApp.MainActivity$setupComposeLayout$1$1$1.invoke(MainActivity.kt:56)
        at com.aglushkov.wordteacher.androidApp.MainActivity$setupComposeLayout$1$1$1.invoke(MainActivity.kt:54)

Got the error here: https://github.com/soniccat/WordTeacher/tree/decomppose_no_such_method_error

I hope this slack thread might help: https://kotlinlang.slack.com/archives/CJLTWPH7S/p1621432061225200?thread_ts=1621431472.224500&cid=CJLTWPH7S

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

6reactions
arkivanovcommented, Jun 2, 2021

Version 0.2.5 is released, please allow some time for the Maven Central sync process.

2reactions
soniccatcommented, Jun 6, 2021

Thanks, but it seems in 08 they have broken LazyColumn: https://issuetracker.google.com/issues/189170789 … will wait next release)

Read more comments on GitHub >

github_iconTop Results From Across the Web

java.lang.NoSuchMethodError after upgrading Jetpack ...
I'm getting the following error running observeAsState on a LiveData object after I upgraded Jetpack Compose to 1.0 ...
Read more >
Compose Compiler - Android Developers
NoSuchMethodError : No interface method startReplaceableGroup(ILjava/lang/String;)V in class Landroidx/compose/runtime/Composer; or its super classes .
Read more >
Android Compose beta07 + koin android-compose 3.0.1 #1098
Describe the bug java.lang.NoSuchMethodError: No interface method startReplaceableGroup(ILjava/lang/String;)V in class ...
Read more >
Java.Lang.Nosuchmethoderror After Upgrading ... - ADocLib
I'm getting the following error running observeAsState on a LiveData object after I upgraded Jetpack Compose to 1.0.0beta07.java.lang.NoSuchMethodError: No.
Read more >
NoSuchMethodError: No static method setContent [195342732]
re-Post because of forgot to tell. I wrote perfect compose setting, ground for use AndroidStudio New Project "Empty Compose Activity"
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found