Skip to content

Commit

Permalink
Use androidx.work:work-runtime (non ktx version)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed Dec 10, 2023
1 parent 8b5ad52 commit f8fd976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version
androidx-startup = { module = "androidx.startup:startup-runtime", version.ref = "androidx-startup" }
androidx-tvprovider = { module = "androidx.tvprovider:tvprovider", version.ref = "androidx-tvprovider" }
androidx-window = { module = "androidx.window:window", version.ref = "androidx-window" }
androidx-work-runtime = { module = "androidx.work:work-runtime-ktx", version.ref = "androidx-work" }
androidx-work-runtime = { module = "androidx.work:work-runtime", version.ref = "androidx-work" }

# Dependency Injection
koin-android-compat = { module = "io.insert-koin:koin-android-compat", version.ref = "koin" }
Expand Down

0 comments on commit f8fd976

Please sign in to comment.