0.0.1 - Initial
This commit is contained in:
commit
34d3e5c38a
46 changed files with 1004 additions and 0 deletions
12
build.gradle.kts
Normal file
12
build.gradle.kts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
id("com.android.application") version "8.2.0-rc03" apply false
|
||||
id("org.jetbrains.kotlin.android") version "1.9.21" apply false
|
||||
id("com.google.devtools.ksp") version "1.9.21-1.0.16" apply false
|
||||
}
|
||||
|
||||
buildscript {
|
||||
dependencies {
|
||||
classpath ("com.google.dagger:hilt-android-gradle-plugin:latest.release")
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue