picker
picker copied to clipboard
No Static method weight$default
I get the following error only when installing the app via the Google Play Store as an internal testing build, rather than installing via Android Studio on a test device
No static method weight$default(Landroidx/compose/foundation/layout/RowScope;Landroidx/compose/ui/Modifier;FZILjava/lang/Object;)Landroidx/compose/ui/Modifier; in class Landroidx/compose/foundation/layout/RowScope; or its super classes (declaration of 'androidx.compose.foundation.layout.RowScope' appears in base.apk)
Is there anything specific I need to do for release builds with the library?