Fix warning "Use version catalog instead"

This commit is contained in:
Benoit Marty 2023-05-25 15:04:01 +02:00
parent dfeb4d3c91
commit 579397d301
3 changed files with 4 additions and 3 deletions

View file

@ -61,5 +61,5 @@ dependencies {
implementation(projects.features.login.impl)
implementation(projects.features.networkmonitor.impl)
implementation(libs.coroutines.core)
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.3")
coreLibraryDesugaring(libs.android.desugar)
}