We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488c677 commit 38e6cf1Copy full SHA for 38e6cf1
app/build.gradle
@@ -26,6 +26,7 @@ android {
26
}
27
28
compileOptions {
29
+ coreLibraryDesugaringEnabled true
30
sourceCompatibility JavaVersion.VERSION_1_8
31
targetCompatibility JavaVersion.VERSION_1_8
32
@@ -61,5 +62,6 @@ dependencies {
61
62
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_ui_version"
63
64
implementation project(':wheel-picker-compose')
65
+ coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.6"
66
// implementation 'com.github.commandiron:WheelPickerCompose:1.0.9'
67
0 commit comments