Slackbot
09/29/2023, 11:14 AMEl Zhang
09/29/2023, 11:33 AMbuildSrc
?You can alternatively use an independent module and apply it via Composite Build instead of tightly coupling with buildSrc
which does not share across different projects.El Zhang
09/29/2023, 11:35 AMbuildSrc
to export a top-level function. project.extra["aFunc"] = fun(...) {...}
may be another option which you can use in root build.gradle.kts.tomas-mrkvicka
09/29/2023, 11:49 AMbuildSrc
if possible.
Storing the reference in extra
works. Thank you!! But it looks weird ,)