md3e + loading indicator

This commit is contained in:
Leandro Schaguhn 2025-06-13 13:31:25 +02:00
parent 74b0d534a0
commit b7933fc5b0
2 changed files with 12 additions and 2 deletions

View file

@ -33,6 +33,7 @@ android {
}
kotlinOptions {
jvmTarget = "11"
freeCompilerArgs += "-opt-in=androidx.compose.material3.ExperimentalMaterial3ExpressiveApi"
}
buildFeatures {
compose = true