JetBrains / compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
https://jetbrains.com/lp/compose-multiplatform
Apache License 2.0
16.27k stars 1.18k forks source link

[1.6.0-beta-1] CircularProgressIndicator error #4191

Closed mahramane closed 9 months ago

mahramane commented 9 months ago

Describe the bug

ATAL EXCEPTION: main
Process: com.ainoapp.aino, PID: 9822
java.lang.NoSuchMethodError: No virtual method at(Ljava/lang/Object;I)Landroidx/compose/animation/core/KeyframesSpec$KeyframeEntity; in class Landroidx/compose/animation/core/KeyframesSpec$KeyframesSpecConfig; or its super classes (declaration of 'androidx.compose.animation.core.KeyframesSpec$KeyframesSpecConfig' appears in /data/app/~~kwOdEP539ykogU0iwGWUIw==/com.ainoapp.aino-UMAyPOGYzW_AsEWiaZ_62g==/base.apk)
at androidx.compose.material3.ProgressIndicatorKt$CircularProgressIndicator$endAngle$1.invoke(ProgressIndicator.kt:371)
at androidx.compose.material3.ProgressIndicatorKt$CircularProgressIndicator$endAngle$1.invoke(ProgressIndicator.kt:369)
at androidx.compose.animation.core.AnimationSpecKt.keyframes(AnimationSpec.kt:649)
at androidx.compose.material3.ProgressIndicatorKt.CircularProgressIndicator-LxG7B9w(ProgressIndicator.kt:369)

Affected platforms Select one of the platforms below:

Versions

rushiiMachine commented 9 months ago

https://github.com/JetBrains/compose-multiplatform/issues/4157

MatkovIvan commented 9 months ago

It's a known issue as mentioned above.

Also, please note that Compose Multiplatform uses original Google's Jetpack Compose binaries on Android, so please don't ignore this line in the issue template:

If the bug is Android-only, report it in the Jetpack Compose tracker

MatkovIvan commented 9 months ago

This issue in the Google's tracker: https://partnerissuetracker.corp.google.com/issues/322214617

okushnikov commented 2 months ago

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.