Closed UtkuDalmaz closed 9 months ago
same error
Same error at least tell us how you fixed ?! @UtkuDalmaz
Same error at least tell us how you fixed ?! @UtkuDalmaz
Added this to android place in build.gradle
compileOptions {
coreLibraryDesugaringEnabled true
}
and this to dependency in build.gradle
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
I am having this after upgrading gradle
Dependency ':qr_code_scanner' requires core library desugaring to be enabled for :app.
Any idea how to fix it?