@@ -42,6 +42,7 @@ hilt = "2.48"
42
42
android-build = { module = " com.android.tools.build:gradle" , version.ref = " gradleplugin" }
43
43
kotlin-gradle = { group = " org.jetbrains.kotlin" , name = " kotlin-gradle-plugin" , version.ref = " kotlin" }
44
44
hilt-gradle = { group = " com.google.dagger" , name = " hilt-android-gradle-plugin" , version.ref = " hilt" }
45
+ androidx-navigation-safeargs = { module = " androidx.navigation:navigation-safe-args-gradle-plugin" , version.ref =" androidx-navigation" }
45
46
46
47
kotlin = { group = " org.jetbrains.kotlin" , name = " kotlin-stdlib" , version.ref = " kotlin" }
47
48
@@ -54,7 +55,6 @@ androidx-fragment = { module = "androidx.fragment:fragment-ktx", version.ref = "
54
55
androidx-navigation-fragment-ktx = { group = " androidx.navigation" , name = " navigation-fragment-ktx" , version.ref = " androidx-navigation" }
55
56
androidx-navigation-ui-ktx = { group = " androidx.navigation" , name = " navigation-ui-ktx" , version.ref = " androidx-navigation" }
56
57
57
-
58
58
compose-runtime = { module = " androidx.compose.runtime:runtime" , version.ref = " compose" }
59
59
compose-ui = { module = " androidx.compose.ui:ui" , version.ref = " compose" }
60
60
compose-ui-tooling-preview = { module = " androidx.compose.ui:ui-tooling-preview" , version.ref = " compose" }
@@ -94,8 +94,6 @@ androidx = [
94
94
" androidx-lifecycle-viewmodel" ,
95
95
" androidx-fragment" ,
96
96
" androidx-lifecycle-runtime" ,
97
- " androidx-navigation-fragment-ktx" ,
98
- " androidx-navigation-ui-ktx" ,
99
97
]
100
98
101
99
compose = [
@@ -115,6 +113,7 @@ compose = [
115
113
[plugins ]
116
114
android-application = { id = " com.android.application" , version.ref = " gradleplugin" }
117
115
android-library = { id = " com.android.library" , version.ref = " gradleplugin" }
116
+ androidx-navigation-safeargs = { id = " androidx.navigation.safeargs" , version.ref = " androidx-navigation" }
118
117
kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
119
118
ksp = { id = " com.google.devtools.ksp" , version.ref = " ksp" }
120
119
google-services = { id = " com.google.gms.google-services" , version.ref = " google-services-plugin" }
0 commit comments