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
As discussed in #599 there is an issue if both a plugin and user config specify SDK version. The suggestion in #599 to move the PLUGIN GRADLE EXTENSIONS comments is good but could prove to be a breaking change in some cases.
I think the best solution would be to move the plugin gradle extensions into a separate Gradle file. I think this should be done in a major release, with plenty of advance warning with documentation.
I also noticed that gradle extensions get injected before these versions are determined, meaning any plugin relying on these sees them as
null
.The text was updated successfully, but these errors were encountered: