diff --git a/app/build.gradle b/app/build.gradle index 58950dd78..4418313d3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -148,6 +148,7 @@ android { } compileOptions { + coreLibraryDesugaringEnabled true sourceCompatibility JAVA_VERSION targetCompatibility JAVA_VERSION } @@ -319,6 +320,8 @@ android { dependencies { lintChecks project(':lintchecks') + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' + implementation ('androidx.appcompat:appcompat:1.2.0') { force = true }