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
Fix FindRepository matching for KTS with type information
Replace MethodMatcher-based pluginManagement/buildscript detection with
simple name matching, since the synthetic class names (RewriteSettings,
RewriteGradleProject) don't match the real types resolved by the K2
compiler (org.gradle.api.initialization.Settings, org.gradle.api.Project).
0 commit comments