Billy Newman
02/06/2024, 5:20 PMCompose Runtime internal error. Unexpected or incorrect use of the Compose internal runtime API (pending composition has not been applied)
Stack trace doesn’t contain any of my classes, so hard to know where to start looking. Aside from rolling back all anyone else run into this?vide
02/06/2024, 5:37 PMBilly Newman
02/06/2024, 5:41 PMvide
02/06/2024, 5:43 PMBilly Newman
02/06/2024, 5:48 PMdef compose_version = '1.6.0'
implementation "androidx.compose.ui:ui:$compose_version"
implementation "androidx.compose.material3:material3:1.1.2"
implementation "androidx.compose.material:material:$compose_version"
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
implementation "androidx.compose.material:material-icons-extended:1.6.0"
shikasd
02/06/2024, 6:07 PMshikasd
02/06/2024, 6:07 PMBilly Newman
02/06/2024, 6:08 PMBilly Newman
02/06/2024, 6:34 PMThis exception usually obscures some other crash that happened before, but wasn’t logged because of coroutine dispatchIndeed, looks like the first crash was caused by an exception in my workmanager initialization. Got past that,
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/~~8KyUNQn1J3H2a8njAorCjA==/mil.nga.msi.debug-wRMd2bm_wH3YXuUdjCI3Qg==/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)
shikasd
02/06/2024, 6:37 PMBilly Newman
02/06/2024, 6:37 PMStylianos Gakis
02/06/2024, 7:50 PM