I am experiencing a crash when using co.yml:ycharts with Jetpack Compose Material and TalkBack enabled. The crash occurs due to a NoSuchMethodError on ModalBottomSheetLayout, indicating that the library may be using an outdated Compose version.
Possible Cause:
Outdated Compose dependencies:
ycharts:2.1.0 might be using an older version of ModalBottomSheetLayout.
The latest Compose BOM (2024.06.00) aligns with 1.6.8, but ycharts might be hardcoded to an older version (1.4.x or 1.5.x).
Environment Details:
YCharts Version: 2.1.0
Jetpack Compose BOM: 2024.06.00
Android Gradle Plugin (AGP): 8.2.2
Gradle Version: 8.4
Device: Pixel 6, Android 14
Reproducibility: 100% when TalkBack is enabled.