geepawhill
04/06/2024, 8:15 PMgeepawhill
04/06/2024, 8:17 PMgeepawhill
04/06/2024, 8:18 PMgeepawhill
04/06/2024, 8:20 PMgeepawhill
04/06/2024, 8:23 PMgeepawhill
04/06/2024, 8:25 PMgeepawhill
04/06/2024, 8:26 PMephemient
04/06/2024, 8:31 PMplugins {
kotlin("jvm") version "1.9.23" apply false
}
in the root project, and
plugins {
kotlin("jvm")
}
in app and core?ephemient
04/06/2024, 8:32 PMephemient
04/06/2024, 8:33 PMgeepawhill
04/06/2024, 8:37 PMephemient
04/06/2024, 8:43 PMproject.configurations.maybeCreateResolvable(PLUGIN_CLASSPATH_CONFIGURATION_NAME).apply {
isVisible = false
addGradlePluginMetadataAttributes(project)
}
which can break if there's anything in your buildscripts that is resolving configurations too earlyephemient
04/06/2024, 8:45 PMconfigurations.all
or similar?geepawhill
04/06/2024, 8:50 PMgeepawhill
04/06/2024, 8:55 PMgeepawhill
04/06/2024, 9:01 PMgeepawhill
04/06/2024, 9:01 PM