Files
fegger 8247692aa2 - Dependency Updates & Cleanup
- Frontend Security Enhancements (Nginx/Entrypoint)
- Docker Networking & Binding
- Code Bug Fix
2026-05-19 10:11:15 +02:00

18 lines
437 B
Groovy

// Top-level build file where you can add configuration options common to all subprojects/modules.
buildscript {
ext.kotlin_version = "1.9.24"
repositories {
google()
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:8.4.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}