Initial commit
This commit is contained in:
commit
f663b00e3e
48 changed files with 1960 additions and 0 deletions
8
build.gradle.kts
Normal file
8
build.gradle.kts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
id("com.android.application") version "8.13.0" apply false
|
||||
id("org.jetbrains.kotlin.android") version "2.2.20" apply false
|
||||
id("org.jetbrains.kotlin.plugin.compose") version "2.2.20" apply false
|
||||
id("com.google.devtools.ksp") version "2.2.20-2.0.3" apply false
|
||||
id("com.google.dagger.hilt.android") version "2.57.2" apply false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue