feat: scaffold counter_kt via init_kotlin_app

This commit is contained in:
2026-05-10 15:08:15 +02:00
commit 0b9e33da78
14 changed files with 315 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
}