You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i added FlexibleSheetSize feature to rememberFlexibleBottomSheetState, iOS Platform getting error. But If i can not use FlexibleSheetSize then iOS app running without any error
The text was updated successfully, but these errors were encountered:
and this is the error cause Caused by: java.lang.IllegalStateException: FIELD name:com_skydoves_flexible_core_FlexibleSheetSize$stable type:kotlin.Int visibility:public [final,static]
This is my libs.versions.toml implementation
[versions]
bottom-sheet = "0.1.3"
[libraries]
flexible-bottom-sheet = {module = "com.github.skydoves:flexible-bottomsheet-material", version.ref = "bottom-sheet"}
flexible-bottom-sheet3 = {module = "com.github.skydoves:flexible-bottomsheet-material3", version.ref = "bottom-sheet"}
and build.gradle.kts file
When i added FlexibleSheetSize feature to rememberFlexibleBottomSheetState, iOS Platform getting error. But If i can not use FlexibleSheetSize then iOS app running without any error
The text was updated successfully, but these errors were encountered: