@@ -15,6 +15,7 @@ androidx-lifecycle-runtime-compose = "2.10.0"
1515androidx-navigation3 = " 1.1.0-alpha04"
1616androidx-lifecycle-navigation3 = " 2.10.0"
1717androidx-palette = " 1.0.0"
18+ androidx-startup = " 1.2.0"
1819androidx-test = " 1.7.0"
1920androidx-test-espresso = " 3.7.0"
2021androidx-test-ext-junit = " 1.3.0"
@@ -56,6 +57,7 @@ spotless = "8.2.1"
5657targetSdk = " 36"
5758version-catalog-update = " 1.0.1"
5859navigation3 = " 1.0.0"
60+ work = " 2.9.1"
5961
6062[libraries ]
6163accompanist-adaptive = { module = " com.google.accompanist:accompanist-adaptive" , version.ref = " accompanist" }
@@ -107,6 +109,7 @@ androidx-palette = { module = "androidx.palette:palette", version.ref = "android
107109androidx-room-compiler = { module = " androidx.room:room-compiler" , version.ref = " room" }
108110androidx-room-ktx = { module = " androidx.room:room-ktx" , version.ref = " room" }
109111androidx-room-runtime = { module = " androidx.room:room-runtime" , version.ref = " room" }
112+ androidx-startup = { module = " androidx.startup:startup-runtime" , version.ref = " androidx-startup" }
110113androidx-test-core = { module = " androidx.test:core" , version.ref = " androidx-test" }
111114androidx-test-espresso-core = { module = " androidx.test.espresso:espresso-core" , version.ref = " androidx-test-espresso" }
112115androidx-test-ext-junit = { module = " androidx.test.ext:junit" , version.ref = " androidx-test-ext-junit" }
@@ -122,6 +125,7 @@ androidx-wear-compose-navigation = { module = "androidx.wear.compose:compose-nav
122125androidx-wear-compose-ui-tooling = { module = " androidx.wear.compose:compose-ui-tooling" , version.ref = " androidx-wear-compose" }
123126androidx-window = { module = " androidx.window:window" , version.ref = " androidx-window" }
124127androidx-window-core = { module = " androidx.window:window-core" , version.ref = " androidx-window" }
128+ androidx-work-runtime-ktx = { module = " androidx.work:work-runtime-ktx" , version.ref = " work" }
125129coil-kt-compose = { module = " io.coil-kt:coil-compose" , version.ref = " coil" }
126130core-jdk-desugaring = { module = " com.android.tools:desugar_jdk_libs" , version.ref = " jdkDesugar" }
127131dagger-hiltandroidplugin = { module = " com.google.dagger:hilt-android-gradle-plugin" , version.ref = " hilt" }
0 commit comments