diff --git a/mapbox/build.gradle.kts b/mapbox/build.gradle.kts index 16e718943a9..a64c44b9374 100644 --- a/mapbox/build.gradle.kts +++ b/mapbox/build.gradle.kts @@ -35,6 +35,8 @@ android { } dependencies { + coreLibraryDesugaring(Dependencies.desugar) + implementation(project(":androidshared")) implementation(project(":icons")) implementation(project(":location"))