D8 Build fails using below extension:
Build Log without --d8fix:
[RunD8] Starting Task
[RunD8] ERROR: Your project contains extensions that conflict with internal libraries.
[RunD8] INFO: Help: You can either remove the conflicting extensions OR add "-d8fix" at the end of your app's version name to fix this automatically.
[RunD8] INFO: Note: "-d8fix" might result in unexpected behaviour in some cases.
[RunD8] ERROR: Classes and conflicting external packages:
- "com.google.android.material.animation.AnimationUtils": ["com.mrkoder.dialoge.dev.alphadialog"]
[RunD8] ERROR: d8 failed.
[RunD8] Task errored in 2.571 seconds
Build Log with --d8fix:
[RunD8] Starting Task
[RunD8] D8 fix requested...
[RunD8] Filtering JAR: /tmp/1743016828678_6111368589563591680-0/youngandroidproject/../assets/external_comps/com.dreamers.recyclerlist/files/AndroidRuntime.jar
[RunD8] Filtering JAR: /tmp/1743016828678_6111368589563591680-0/youngandroidproject/../assets/external_comps/com.yusufcihan.DynamicComponents/files/AndroidRuntime.jar
[RunD8] Filtering JAR: /tmp/1743016828678_6111368589563591680-0/youngandroidproject/../assets/external_comps/com.mrkoder.dialoge.dev.alphadialog/files/AndroidRuntime.jar
[RunD8] Filtering JAR: /tmp/1743016828678_6111368589563591680-0/youngandroidproject/../assets/external_comps/io.shreyash.phase/files/AndroidRuntime.jar
[RunD8] Filtering JAR: /tmp/1743016828678_6111368589563591680-0/youngandroidproject/../assets/external_comps/com.sunny.DateTools/files/AndroidRuntime.jar
[RunD8] Filtering JAR: /tmp/1743016828678_6111368589563591680-0/youngandroidproject/../assets/external_comps/com.LukeGackle.countdown/files/AndroidRuntime.jar
[RunD8] ERROR: Your project contains extensions that conflict with internal libraries.
[RunD8] INFO: Help: You can either remove the conflicting extensions OR add "-d8fix" at the end of your app's version name to fix this automatically.
[RunD8] INFO: Note: "-d8fix" might result in unexpected behaviour in some cases.
[RunD8] ERROR: Classes and conflicting external packages:
- "com.google.android.material.animation.AnimationUtils": ["com.mrkoder.dialoge.dev.alphadialog"]
[RunD8] ERROR: Sorry, we couldn't fix the D8 issue automatically. Please ask the extension developer to provide a compatible version of the extension.
[RunD8] ERROR: d8 failed.
[RunD8] Task errored in 120.171 seconds.