feat: scaffold hello_android via init_kotlin_app

This commit is contained in:
2026-06-03 23:31:34 +02:00
commit 03463421e8
15 changed files with 555 additions and 0 deletions
+5
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.4.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
}