add android support

This commit is contained in:
2026-08-14 18:08:29 +08:00
parent 3b0fd719d9
commit f8a6bf24e4
26 changed files with 1538 additions and 0 deletions

5
android/build.gradle.kts Normal file
View File

@@ -0,0 +1,5 @@
plugins {
id("com.android.application") version "8.13.2" apply false
id("com.android.library") version "8.13.2" apply false
id("org.jetbrains.kotlin.android") version "2.2.10" apply false
}