Initial commit

This commit is contained in:
2024-05-02 14:49:19 +05:30
commit 56d7b7a3ba
154 changed files with 13363 additions and 0 deletions

5
build.gradle Normal file
View File

@@ -0,0 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.androidApplication) apply false
alias(libs.plugins.jetbrainsKotlinAndroid) apply false
}