lifting desugar'd dep to the deps file

This commit is contained in:
Adam Brown 2022-07-11 19:37:53 +01:00
parent 880a4fd78a
commit 6c3311284c
2 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,7 @@ android {
}
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
coreLibraryDesugaring Dependencies.google.jdkLibs
implementation project(":features:home")
implementation project(":features:directory")

View File

@ -105,6 +105,7 @@ ext.Dependencies.with {
kotlinCompilerExtensionVersion = "1.2.0"
firebaseCrashlyticsPlugin = "com.google.firebase:firebase-crashlytics-gradle:2.9.1"
jdkLibs = "com.android.tools:desugar_jdk_libs:1.1.5"
}
mavenCentral = new DependenciesContainer()