Add android app

This commit is contained in:
Chris Smith
2025-12-12 21:35:12 +01:00
parent 97f3a444ec
commit 630323feed
35 changed files with 842 additions and 2 deletions

5
android/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.android.application) apply false
alias(libs.plugins.kotlin.android) apply false
}