Hello, I want to create a multi project configurat...
# gradle
f
Hello, I want to create a multi project configuration like this multi-kotlin-project-config-injection. But because my sub-projects use the same dependencies of each other, I also want my main project to "inject" the dependencies and plugins to every subproject. How can I do it?
j
Maybe you can create a precompiled plugin in buildSrc to share all the common dependencies and gradle plugins
f
I use plugin to take care of the dependencies versions that only work in build.gradle
I think I found the solution
j
That plugin is from ben manes?