Initial commit

This commit is contained in:
2024-04-02 21:28:50 +03:00
commit 576d02e420
36 changed files with 1146 additions and 0 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 {
alias(libs.plugins.androidApplication) apply false
alias(libs.plugins.jetbrainsKotlinAndroid) apply false
}