This commit is contained in:
Marek
2026-04-04 22:56:56 +02:00
parent 7fcc07b1a8
commit 823adb707d
11 changed files with 1115 additions and 0 deletions

5
app/build.gradle.kts Normal file
View File

@@ -0,0 +1,5 @@
plugins {
id("com.android.application") version "8.7.3" apply false
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.1.0" apply false
}