I updated Gradle to 6.0.1 and now in the root fold...
# gradle
j
I updated Gradle to 6.0.1 and now in the root folder my settings.gradle.kts can't use my objects inside buildSrc... any way to fix it?
j
@octylFractal any workarround? I was adding all my modules as list in buildSrc so in settings they were added automatically
o
don't know of any
j
is there no way to read an object from settings in buildSrc
g
There are no direct workarounds yet, only if you add plugin to buildSrc and to settings.gradle.kts
j
I will take a look to this approach, thank you @gildor