Hello team,
What is the best practice to share a method that can be used in a multi module gradle project in Kotlin DSL. For-example adding a method that create a task in the
buildlogic -> java converstion file
and used it in sub-modules.
v
Vampire
11/18/2024, 1:24 PM
Add an extension which has that method, then it can also be used properly from both DSLs seemlessly.