initial commit

This commit is contained in:
Odweta
2024-01-07 18:15:44 +00:00
parent ea861525a4
commit d52046941b
62 changed files with 1299 additions and 98 deletions
+5
View File
@@ -0,0 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.2.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
}