Skip to content

Commit

Permalink
Desugar nio
Browse files Browse the repository at this point in the history
  • Loading branch information
ARTI1208 committed Dec 9, 2023
1 parent ca586fd commit 50e1ae0
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 @@ -67,7 +67,7 @@ room = { module = "androidx.room:room-ktx", version.ref="room" }
room-runtime = { module = "androidx.room:room-runtime", version.ref="room" }
swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref="swiperefreshlayout" }
work = { module = "androidx.work:work-runtime-ktx", version.ref="work" }
desugaring = { module = "com.android.tools:desugar_jdk_libs", version.ref="desugaring" }
desugaring = { module = "com.android.tools:desugar_jdk_libs_nio", version.ref="desugaring" }
material = { module = "com.google.android.material:material", version.ref="material" }

koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin" }
Expand Down

0 comments on commit 50e1ae0

Please sign in to comment.