dazza5000
03/18/2020, 2:06 PMrusshwolf
03/18/2020, 2:13 PMid("com.android.library")
in your plugins
block instead of using apply()
.Dominaezzz
03/18/2020, 2:14 PMplugins
block for this to work. Doing apply(plugin = "com.android.library")
won't ......dazza5000
03/18/2020, 2:19 PMDominaezzz
03/18/2020, 2:20 PMpluginManagement
in your settings.gradle.kts
file. Lemme find you a link.russhwolf
03/18/2020, 2:21 PMbuildScript
too.google()
above jcenter()
in repositories {}
to make sure it's picking up the right pluginDominaezzz
03/18/2020, 2:22 PMbuildscript
is declared in a parent gradle file iirc.dazza5000
03/18/2020, 2:22 PMrusshwolf
03/18/2020, 2:23 PMpluginManagement
then. That seems to be the more modern style anyway that Gradle has been suggestingdazza5000
03/18/2020, 2:24 PMrusshwolf
03/18/2020, 2:24 PMdazza5000
03/18/2020, 2:24 PMrusshwolf
03/18/2020, 2:26 PMdazza5000
03/18/2020, 2:35 PM