Daniele B
05/19/2021, 1:37 PMjava.lang.NoSuchMethodError: No interface method startRestartGroup(ILjava/lang/String;)Landroidx/compose/runtime/Composer; in class Landroidx/compose/runtime/Composer; or its super classes (declaration of 'androidx.compose.runtime.Composer' appears in /data/app/~~yEhlq19loSoeWoeZbQDL0A==/eu.baroncelli.dkmpsample-klwx0P95NjZtTjQ6GrJhPw==/base.apk)
at androidx.activity.compose.BackHandlerKt.BackHandler(BackHandler.kt:77)
these are my Android dependencies:Tin Tran
05/19/2021, 1:40 PMactivity-compose:1.3.0-alpha08
?nitrog42
05/19/2021, 1:47 PM<https://developer.android.com/jetpack/androidx/releases/compose-ui#1.0.0-beta07>
nitrog42
05/19/2021, 1:47 PMNote: Libraries dependent on Compose will need to recompile with version `1.0.0`‑`beta07`. Otherwise, libraries may encounter a, such as:NoSuchMethodError
java.lang.NoSuchMethodError: No interface
method startReplaceableGroup(ILjava/lang/String;)V in class
. (Ia34e6)Landroidx/compose/runtime/Composer; or its super classes
Daniele B
05/19/2021, 1:47 PMacticity-compose:1.3.0-alpho08
I get this error:Daniele B
05/19/2021, 1:47 PMRuntime JAR files in the classpath should have the same version. These files were found in the classpath:
*****/kotlin-stdlib-jdk8-1.4.32.jar (version 1.4)
*****/kotlin-stdlib-jdk7-1.4.32.jar (version 1.4)
*****/kotlin-stdlib-1.5.0.jar (version 1.5)
*****/kotlin-stdlib-common-1.5.0.jar (version 1.5)
nitrog42
05/19/2021, 1:48 PMnitrog42
05/19/2021, 1:48 PMDaniele B
05/19/2021, 1:55 PMDaniele B
05/19/2021, 1:55 PMactivity-compose:1.3.0-alpha08
now worksrsktash
05/19/2021, 1:57 PMDaniele B
05/19/2021, 1:58 PMnitrog42
05/19/2021, 2:01 PMnitrog42
05/19/2021, 2:01 PMAdam Powell
05/19/2021, 2:04 PMnitrog42
05/19/2021, 2:06 PMnitrog42
05/19/2021, 2:06 PMAdam Powell
05/19/2021, 2:09 PMrsktash
05/19/2021, 2:10 PMAdam Powell
05/19/2021, 2:11 PMnatario1
05/19/2021, 2:35 PMAdam Powell
05/19/2021, 2:43 PMAdam Powell
05/19/2021, 3:55 PM