🐛 Bug fixes
- Android: The library now builds on Android Gradle Plugin 9, which ships built-in Kotlin — the explicit Kotlin plugin is skipped when AGP already provides it. (#819 by @gabrieldonadel)
- Web: Stacked sheets now behave like native — a press inside a child no longer dismisses the sheets beneath it, dismissing a parent takes its children, the
peekdetent tracks content changes, and parents slide behind their child (staying put at full height) all the way up the stack. (#825 by @lodev09)
Full Changelog: v3.11.12...v3.11.13