Initial commit

This commit is contained in:
Nikonell
2023-05-05 22:22:09 +07:00
commit 1964f95927
37 changed files with 1207 additions and 0 deletions

6
build.gradle Normal file
View File

@@ -0,0 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.0.1' apply false
id 'com.android.library' version '8.0.1' apply false
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
}