File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ plugins {
4
4
id(" kotlin-android-extensions" )
5
5
id(" kotlin-kapt" )
6
6
id(" dagger.hilt.android.plugin" )
7
+ id(" androidx.navigation.safeargs" )
7
8
}
8
9
9
10
android {
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ buildscript {
8
8
classpath(Deps .androidGradlePlugin)
9
9
classpath(Deps .Kotlin .gradlePlugin)
10
10
classpath(Deps .Hilt .androidGradlePlugin)
11
+ classpath(Deps .Navigation .plugin)
11
12
}
12
13
}
13
14
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ object Deps {
47
47
const val fragmentKtx = " androidx.navigation:navigation-fragment-ktx:$version "
48
48
const val uiKtx = " androidx.navigation:navigation-ui-ktx:$version "
49
49
const val testing = " androidx.navigation:navigation-testing:$version "
50
+ const val plugin = " androidx.navigation:navigation-safe-args-gradle-plugin:$version "
50
51
}
51
52
52
53
const val junit = " junit:junit:4.12"
You can’t perform that action at this time.
0 commit comments