Execution failed for task ':app:checkDebugDuplicateClasses' · Issue #119247 · flutter/flutter

PHOTO EMBED

Wed Jul 17 2024 20:10:13 GMT+0000 (Coordinated Universal Time)

Saved by @zemax_c4

configurations.all {
    resolutionStrategy {
        eachDependency {
            if ((requested.group == "org.jetbrains.kotlin") && (requested.name.startsWith("kotlin-stdlib"))) {
                useVersion("1.8.0")
            }
        }
    }
}
content_copyCOPY

https://github.com/flutter/flutter/issues/119247