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
Czar
04/27/2018, 6:47 PM
I think
buildSrc
is the best way to share code between build scripts.