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

View File

@@ -0,0 +1,4 @@
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true
android.enableJetifier=true
kotlin.code.style=official