mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-23 08:18:13 +01:00
lifting desugar'd dep to the deps file
This commit is contained in:
parent
880a4fd78a
commit
6c3311284c
@ -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")
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user