Initial Commit

This commit is contained in:
Joren
2024-04-27 19:07:12 +02:00
commit ce1509c4bd
48 changed files with 1157 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
}