File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ dependencies {
5252 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0-RC"
5353
5454 // Hilt
55- implementation " com.google.dagger:hilt-android:2.40.2 "
56- kapt " com.google.dagger:hilt-android-compiler:2.40.2 "
55+ implementation " com.google.dagger:hilt-android:$d agger_hilt_version "
56+ kapt " com.google.dagger:hilt-android-compiler:$d agger_hilt_version "
5757
5858 // Navigation
5959 implementation ' androidx.navigation:navigation-fragment-ktx:2.3.5'
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
3- ext. kotlin_version = " 1.6.0"
3+ ext {
4+ kotlin_version = " 1.6.0"
5+ dagger_hilt_version = " 2.40.5"
6+ }
7+
48 repositories {
59 google()
610 jcenter()
@@ -10,7 +14,7 @@ buildscript {
1014 dependencies {
1115 classpath " com.android.tools.build:gradle:7.0.4"
1216 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
13- classpath ' com.google.dagger:hilt-android-gradle-plugin:2.40.2 '
17+ classpath " com.google.dagger:hilt-android-gradle-plugin:$d agger_hilt_version "
1418 classpath " com.diffplug.spotless:spotless-plugin-gradle:6.0.4"
1519
1620 // NOTE: Do not place your application dependencies here; they belong
You can’t perform that action at this time.
0 commit comments