first commit

This commit is contained in:
2026-04-20 14:10:23 +01:00
commit 24fe8c3d7a
558 changed files with 19593 additions and 0 deletions

4
build.gradle.kts Normal file
View File

@@ -0,0 +1,4 @@
plugins {
id("com.android.application") version "8.2.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
}