Does Android's coreLibraryDesugaring provide any Java features not already available on API level 26?

84 views Asked by At

Desugaring makes many java 8 and java 11 features available for apps with lower minSdkVersions. With a minSdkVersion of 26 or higher, is there any benefit to continued use of the desugaring library?

I tried increasing minSdkVersion to 26, and removing coreLibraryDesugaring, and did not encounter any errors. But are there any Java APIs which I have lost access to?

0

There are 0 answers