Enable predictive back gestures, improve navigation animations

This commit is contained in:
Nishant Mishra
2025-07-04 18:06:41 +05:30
parent 8f3ee5359e
commit fd8b716ee9
6 changed files with 46 additions and 13 deletions

View File

@@ -40,6 +40,9 @@ android {
jvmTarget.set(JvmTarget.JVM_17) // Use the enum for target JVM version
}
}
ksp {
arg("room.schemaLocation", "$projectDir/schemas")
}
buildFeatures {
compose = true
}