Android App Scaffolding

This commit is contained in:
2023-08-07 17:53:13 +02:00
parent e15057d682
commit 18f6a5226f
58 changed files with 1297 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.1.0" apply false
id("org.jetbrains.kotlin.android") version "1.8.0" apply false
}