fixing gradle build

This commit is contained in:
2025-07-31 00:02:12 +02:00
parent e504326c7e
commit 81cb4582d6
16 changed files with 306 additions and 179 deletions
+9 -9
View File
@@ -101,15 +101,15 @@ plugins {
base
}
allprojects {
group = "at.mocode.meldestelle"
version = "0.1.0-SNAPSHOT"
repositories {
mavenCentral()
google() // Wichtig für Compose-Abhängigkeiten
}
}
//allprojects {
// group = "at.mocode.meldestelle"
// version = "0.1.0-SNAPSHOT"
//
// repositories {
// mavenCentral()
// google() // Wichtig für Compose-Abhängigkeiten
// }
//}
subprojects {
// Konfigurationen, die für alle Untermodule gelten.