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
Javier
07/06/2020, 12:38 PM
Maybe you can create a precompiled plugin in buildSrc to share all the common dependencies and gradle plugins
f
Frodrigues
07/06/2020, 1:28 PM
I use plugin to take care of the dependencies versions that only work in build.gradle