Initial Commit

This commit is contained in:
Joren
2024-04-30 23:32:12 +02:00
commit cdeb70f197
48 changed files with 1191 additions and 0 deletions

5
build.gradle.kts 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
}