Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-21 14:55:43 +01:00
parent 8ed267efd9
commit bca80f6a46
22 changed files with 1516 additions and 2 deletions

8
build.gradle.kts Executable file
View file

@ -0,0 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.6.0" apply false
}
tasks.withType(JavaCompile::class.java) {
options.compilerArgs.add("-Xlint:all")
}