neworldlt
08/04/2025, 2:21 PMcompilerOptions { target.set("es2015") }
. I have seen many libraries using buildSrc
, but it has the biggest impact on build avoidance, including modules, even for modules without this target (or I am totally wrong here?). But if it is the recommended way, then I am OK with it. Other options are subprojects
and convenience plugins.Chrimaeon
08/04/2025, 2:24 PMCLOVIS
08/04/2025, 2:47 PM