File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ dependencies {
59
59
// Room Database
60
60
implementation " androidx.room:room-runtime:$rootProject . roomVersion "
61
61
implementation " androidx.room:room-ktx:$rootProject . roomVersion "
62
- annotationProcessor " androidx.room:room-compiler:$rootProject . roomVersion "
63
62
kapt " androidx.room:room-compiler:$rootProject . roomVersion "
64
63
65
64
// Coroutines
@@ -73,8 +72,8 @@ dependencies {
73
72
implementation " com.google.code.gson:gson:$rootProject . gsonVersion "
74
73
75
74
// Navigation Component
76
- implementation " androidx.navigation:navigation-fragment-ktx:$rootProject . navvigationVersion "
77
- implementation " androidx.navigation:navigation-ui-ktx:$rootProject . navvigationVersion "
75
+ implementation " androidx.navigation:navigation-fragment-ktx:$rootProject . navigationVersion "
76
+ implementation " androidx.navigation:navigation-ui-ktx:$rootProject . navigationVersion "
78
77
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
79
78
80
79
// Airbnb Lottie
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
3
- ext. kotlin_version = " 1.5.31 "
4
- ext. nav_version = " 2.3.5 "
3
+ ext. kotlinVersion = " 1.6.10 "
4
+ ext. navigationVersion = " 2.4.1 "
5
5
ext. hiltVersion = ' 2.39.1'
6
6
7
7
repositories {
@@ -10,8 +10,8 @@ buildscript {
10
10
}
11
11
dependencies {
12
12
classpath ' com.android.tools.build:gradle:7.0.2'
13
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$k otlin_version "
14
- classpath " androidx.navigation:navigation-safe-args-gradle-plugin:$n av_version "
13
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$k otlinVersion "
14
+ classpath " androidx.navigation:navigation-safe-args-gradle-plugin:$n avigationVersion "
15
15
classpath " com.google.dagger:hilt-android-gradle-plugin:$hiltVersion "
16
16
}
17
17
}
37
37
38
38
gsonVersion = " 2.8.8"
39
39
40
- navvigationVersion = ' 2.3.5'
41
40
lottieVersion = ' 4.2.0'
42
41
43
42
timberVersion = ' 4.7.1'
You can’t perform that action at this time.
0 commit comments