@@ -93,8 +93,8 @@ core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core" }
9393
9494fragment-ktx = { group = " androidx.fragment" , name = " fragment-ktx" , version.ref = " fragment" }
9595
96- lifecycle-viewmodel-ktx = { group = " androidx.lifecycle" , name = " lifecycle-viewmodel-ktx" , version.ref = " lifecycle" }
9796lifecycle-runtime-ktx = { group = " androidx.lifecycle" , name = " lifecycle-runtime-ktx" , version.ref = " lifecycle" }
97+ lifecycle-viewmodel-ktx = { group = " androidx.lifecycle" , name = " lifecycle-viewmodel-ktx" , version.ref = " lifecycle" }
9898lifecycle-viewmodel-savedstate = { group = " androidx.lifecycle" , name = " lifecycle-viewmodel-savedstate" , version.ref = " lifecycle" }
9999
100100preference-ktx = { group = " androidx.preference" , name = " preference-ktx" , version.ref = " preference" }
@@ -115,7 +115,7 @@ test-ext-junit-ktx = { group = "androidx.test.ext", name = "junit-ktx", version.
115115annotation = [" annotation" , " annotation-experimental" ]
116116appcompat = [" appcompat" , " appcompat-resources" ]
117117arch-core = [" arch-core-common" , " arch-core-runtime" ]
118- lifecycle = [" lifecycle-viewmodel -ktx" , " lifecycle-runtime -ktx" , " lifecycle-viewmodel-savedstate" ]
118+ lifecycle = [" lifecycle-runtime -ktx" , " lifecycle-viewmodel -ktx" , " lifecycle-viewmodel-savedstate" ]
119119
120120test = [" test-core-ktx" , " test-espresso-core" , " test-ext-junit-ktx" ]
121121
0 commit comments