feat: predictive back handler

This commit is contained in:
LavaDesu 2025-04-29 15:01:28 +10:00
parent 1d27013c4d
commit a16487a9a7
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 35 additions and 3 deletions

View file

@ -52,6 +52,7 @@ kotlin {
implementation(libs.moko.geo)
implementation(libs.moko.geo.compose)
implementation(projects.shared)
implementation(libs.ui.backhandler)
}
}