initial commit
This commit is contained in:
commit
ca3d7d05e0
56 changed files with 3875 additions and 0 deletions
7
build.gradle.kts
Normal file
7
build.gradle.kts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// Top-level build file. Plugin versions are declared here and applied per-module.
|
||||
plugins {
|
||||
id("com.android.application") version "8.11.0" apply false
|
||||
id("org.jetbrains.kotlin.android") version "2.0.21" apply false
|
||||
id("org.jetbrains.kotlin.plugin.compose") version "2.0.21" apply false
|
||||
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.21" apply false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue