You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (kotlinVersionOverride != versionCatalogKotlinVersion) {
61
+
thrownewIllegalStateException("Kotlin version in Version Catalog was not overridden. Expected:$kotlinVersionOverride, actual:$versionCatalogKotlinVersion.")
62
+
}
63
+
if (kotlinVersionOverride != currentKgpVersion) {
64
+
thrownewIllegalStateException("Kotlin Gradle Plugin version was not overridden. Expected:$kotlinVersionOverride, actual:$currentKgpVersion.")
0 commit comments