Can't Repro
Status Update
Comments
jo...@google.com <jo...@google.com>
an...@gmail.com <an...@gmail.com> #2
here is the full error message:
java.lang.NoSuchFieldError: No static field $stable of type I in class Landroidx/compose/foundation/text/KeyboardActions; or its superclasses (declaration of 'androidx.compose.foundation.text.KeyboardActions' appears in /data/app/~~ggrwyg0FaF8w-d1B0cLMgA==/com.example.myapp-SV0HeaEG_BlVBOaRbuFsCw==/base.apk)
at androidx.compose.material3.TextFieldKt$TextField$2.invoke(TextField.kt:206)
at androidx.compose.material3.TextFieldKt$TextField$2.invoke(TextField.kt:186)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:107)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:34)
at androidx.compose.runtime.CompositionLocalKt.CompositionLocalProvider(CompositionLocal.kt:228)
at androidx.compose.material3.TextFieldKt.TextField(TextField.kt:186)
java.lang.NoSuchFieldError: No static field $stable of type I in class Landroidx/compose/foundation/text/KeyboardActions; or its superclasses (declaration of 'androidx.compose.foundation.text.KeyboardActions' appears in /data/app/~~ggrwyg0FaF8w-d1B0cLMgA==/com.example.myapp-SV0HeaEG_BlVBOaRbuFsCw==/base.apk)
at androidx.compose.material3.TextFieldKt$TextField$2.invoke(TextField.kt:206)
at androidx.compose.material3.TextFieldKt$TextField$2.invoke(TextField.kt:186)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:107)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.jvm.kt:34)
at androidx.compose.runtime.CompositionLocalKt.CompositionLocalProvider(CompositionLocal.kt:228)
at androidx.compose.material3.TextFieldKt.TextField(TextField.kt:186)
se...@google.com <se...@google.com>
jo...@google.com <jo...@google.com> #3
Please refer to
eg...@gmail.com <eg...@gmail.com> #4
Hello, do you have some update regarding this issue?
se...@google.com <se...@google.com> #5
Is this still reproducible? According to
Description
Jetpack Compose version:
androidx.compose.material3:material3:1.1.0-alpha06
Jetpack Compose component used: ModalBottomSheet
Android Studio Build: #AI-221.6008.13.2211.9514443
Kotlin version: 1.8.10
Steps to Reproduce or Code Sample to Reproduce:
Code: