Use Gradle function from other gradle file
问题 I want to split my 300 lines build.gradle logically into multiple build files to make it easier to maintain and extend. As I've noticed, it is possible to split gradle tasks into multiple files and use them with: apply from: "myGradleFile" With this approach I sadly have no access to functions , defined in the second build script. Is it also possible to split Gradle functions into multiple files? Example: Let's say I have my default build.gradle with a Task which uses a function task