rolgalan
04/09/2020, 3:42 PMbuildSrc/build.gradle.kts
file and the rest of buildSrc files?
I have some configuration that I use in some of my plugins that I also would like to reuse in the build.gradle file. However, this file is used to build the buildSrc, so I cannot reference to any of my buildSrc helper classes.
I don’t know if I’m missing something or this just is not achievable. Any help?tapchicoma
04/09/2020, 3:47 PMtapchicoma
04/09/2020, 3:49 PMbuildSrc/build.gradle.kts
and in files inside buildSrc/src
folderrolgalan
04/09/2020, 4:59 PMtrevjones
04/09/2020, 5:05 PMtapchicoma
04/09/2020, 7:03 PMbuildSrc/build.gradle.kts
and your sources inside this modulerolgalan
04/09/2020, 7:22 PM