init gradle

This commit is contained in:
Hadrian Burkhardt
2026-02-09 02:19:10 +00:00
parent 84ebd57bb6
commit d9378fa78e
39 changed files with 1735 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
plugins {
id("com.android.application") version "8.7.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.24" apply false
id("com.google.devtools.ksp") version "1.9.24-1.0.20" apply false
}