Initial commit

This commit is contained in:
2026-05-15 10:03:12 +03:00
commit 04b11797d0
1115 changed files with 38810 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
plugins {
id("com.android.application") version "9.2.1" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.3.10" apply false
id("com.google.devtools.ksp") version "2.3.8" apply false
}