I recently upgraded Android studio to Dolphin 2021.3.21 with following settings.
- kotlin G plugin:1.7.10
- com.android.tools:r8:3.3.75
- Android G plugin : 7.2.2
and using Java 11
When I rebuild my project it's failing and the reason is:
Task :app:l8DexDesugarLibQaDebug FAILED Warning: Human desugared library specification format version 200 mismatches the parser expected version (100). This is allowed and should happen only while extending the specifications. Error: java.lang.IllegalStateException: This is not a JSON Array. Human desugared library specification format version 200 mismatches the parser expected version (100). This is allowed and should happen only while extending the specifications.
java.lang.IllegalStateException: This is not a JSON Array.