Hello team, What is the best practice to share a ...
# community-support
a
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
Add an extension which has that method, then it can also be used properly from both DSLs seemlessly.
party gradlephant 1
👍 1