File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ dependencies {
71
71
// implementation project(":lib")
72
72
implementation(libs. edgeutils)
73
73
// Hilt https://developer.android.com/training/dependency-injection/hilt-android
74
- def hilt = " 2.44 "
74
+ def hilt = " 2.46 "
75
75
implementation " com.google.dagger:hilt-android:$hilt "
76
76
kapt " com.google.dagger:hilt-compiler:$hilt "
77
77
Original file line number Diff line number Diff line change @@ -20,4 +20,5 @@ kotlin.code.style=official
20
20
# Enables namespacing of each library's R class so that its R class includes only the
21
21
# resources declared in the library itself and none from the library's dependencies,
22
22
# thereby reducing the size of the R class for that library
23
- android.nonTransitiveRClass =true
23
+ android.nonTransitiveRClass =true
24
+ android.defaults.buildfeatures.buildconfig =true
You can’t perform that action at this time.
0 commit comments