tim
09/13/2021, 3:50 PMgradle.build.kts
file and the duplication is driving us crazy! To start I'd like to extract common dependencies + versions and so we are looking at gradle's version catalogues. But now that we've gone down this route, there are lots of other common blocks in our gradle.build.kts
that we'd like to capture centrally as well for example the plugins block or settings like tasks.withType<KotlinCompile>.kotlinOptions { freeCompilerArgs = freeCompilerArgs + "-Xopt-in=kotlin.RequiresOptIn" }
.
So what does best practice look like here? 🙏mbonnin
09/13/2021, 3:51 PMtapchicoma
09/13/2021, 3:54 PMtim
09/13/2021, 3:56 PMtapchicoma
09/13/2021, 3:56 PMtim
09/13/2021, 3:56 PMJavier
09/13/2021, 3:57 PMtapchicoma
09/13/2021, 3:58 PMtim
09/13/2021, 3:58 PMtim
09/13/2021, 3:59 PMtim
09/13/2021, 4:02 PMJavier
09/13/2021, 4:03 PMVampire
09/13/2021, 4:43 PMVampire
09/13/2021, 4:44 PMEmil Kantis
09/13/2021, 7:11 PM