snowe
02/25/2020, 9:26 PMAs part of the change, the SettingsScriptApi interface is no longer implemented by settings scripts and the InitScriptApi interface is no longer implemented by init scripts. They should be replaced with the corresponding model object interfaces, Settings and Gradle.but we cannot figure out the new syntax. It doesn't appear that the Settings object has any way to access the gradle.properties variables, like it did before. and it also seems like
pluginManagement {
plugins {
no longer works either. Anyone know what to do here?octylFractal
02/25/2020, 9:28 PMNow, they are executed earlier in a similar manner to buildscript {} or plugins {}. This means that code inside such a block cannot reference anything declared elsewhere in the script.
octylFractal
02/25/2020, 9:28 PMpluginManagement
blocksnowe
02/25/2020, 9:31 PMoctylFractal
02/25/2020, 9:32 PM{}
is extracted as a separate script entirelyoctylFractal
02/25/2020, 9:32 PMsnowe
02/25/2020, 9:32 PMsnowe
02/25/2020, 9:32 PM