Peter Mandeljc
10/29/2022, 11:29 PMplugins { id("shared-build") }
)
B. or is it also okay apply it
apply(from: "shared-build.gradle.kts")
Does using apply from have any impact on build performance?Chris Lee
10/30/2022, 1:59 AMVampire
10/30/2022, 10:45 AMplugins { ... }
DSL, thus also no type-safe accessor for Kotlin DSL, ...
Using a convention plugin is the way better way to go as Chris indicated.gildor
10/30/2022, 12:43 PMPeter Mandeljc
10/30/2022, 1:51 PMEivind
10/31/2022, 6:34 AM