Fix build

This commit is contained in:
soraefir
2025-09-21 13:09:36 +02:00
parent 9c1374c99f
commit 86aa888be6

View File

@@ -78,6 +78,10 @@ android {
kotlinCompilerExtensionVersion = "2.2.20"
}
kotlin {
jvmToolchain(21)
}
lint {
disable 'UsingMaterialAndMaterial3Libraries'
}