Issue#41 Copy full example into separate module with Hilt Integration
This commit is contained in:
parent
69e76dc0da
commit
52a99a82fc
229 changed files with 8416 additions and 11 deletions
|
|
@ -3,6 +3,7 @@ buildscript {
|
|||
ext.kotlin_version = "1.6.10"
|
||||
ext.detekt_version = "1.19.0"
|
||||
ext.navigation_version = "2.4.2"
|
||||
ext.hilt_version = "2.40.5"
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
|
|
@ -13,6 +14,7 @@ buildscript {
|
|||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.2.1"
|
||||
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigation_version"
|
||||
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue