enabling date/time backporting, adds 50kb~

This commit is contained in:
Adam Brown 2022-03-17 19:50:40 +00:00
parent 50f0ba4e3c
commit dbc915db58

View File

@ -41,12 +41,18 @@ android {
}
}
compileOptions {
coreLibraryDesugaringEnabled true
}
packagingOptions {
resources.excludes += "DebugProbesKt.bin"
}
}
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
implementation project(":features:home")
implementation project(":features:directory")
implementation project(":features:login")