We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6728f31 commit 05307a6Copy full SHA for 05307a6
sdk/tests/android/testapp/build.gradle
@@ -60,6 +60,7 @@ android {
60
compileOptions {
61
sourceCompatibility = 1.8
62
targetCompatibility = 1.8
63
+ coreLibraryDesugaringEnabled true
64
}
65
66
@@ -71,6 +72,7 @@ dependencies {
71
72
implementation 'androidx.core:core:1.2.0'
73
implementation 'androidx.core:core-ktx:1.2.0'
74
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
75
+ coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.5"
76
77
testImplementation 'junit:junit:4.13'
78
0 commit comments