android: bootstrap phase-0 compose project skeleton
Some checks failed
CI / test (push) Failing after 2m4s

This commit is contained in:
2026-03-08 23:00:43 +03:00
parent 3c855d78a6
commit c86c8cf344
9 changed files with 176 additions and 0 deletions

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

@@ -0,0 +1,4 @@
plugins {
id("com.android.application") version "8.7.2" apply false
id("org.jetbrains.kotlin.android") version "2.0.21" apply false
}