(fix) cleanup Gradle-Build

This commit is contained in:
stefan
2025-06-30 11:18:53 +02:00
parent 8bacd72e87
commit b2b3c2d93f
10 changed files with 164 additions and 174 deletions
+6
View File
@@ -7,3 +7,9 @@ plugins {
alias(libs.plugins.kotlin.jvm) apply false
alias(libs.plugins.compose.compiler) apply false
}
// Wrapper task configuration for the root project
tasks.wrapper {
gradleVersion = "8.14"
distributionType = Wrapper.DistributionType.BIN
}