Hey everyone, I need some help with Gradle Script ...
# gradle
t
Hey everyone, I need some help with Gradle Script Kotlin: I have a multi-module project and I would like to extract some helper functions into a common file. But I am struggling to find out how exactly to import them. Any pointers?
c
I think
buildSrc
is the best way to share code between build scripts.
t
Thanks I had a look and got it working!