feat: scaffold chat_kt via init_kotlin_app

This commit is contained in:
2026-05-10 15:46:31 +02:00
commit dab1475cd4
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
}