Did not resolve org.jetbrains.kotlin:kotlin-stdlib-common:2.2.0 which is part of the dependency lock state
Summary A failed release build occurred due to unresolved dependency org.jetbrains.kotlin:kotlin-stdlib-common:2.2.0, which was locked in myLibrary‘s Gradle lockfile. The error surfaced during R8 minification when the locked version conflicted with transitive dependency resolution in a multi-module Android project. Root Cause The failure resulted from: Dependency locking applying to Android runtime configurations, which rely on implicit … Read more