jlleitschuh
04/12/2018, 10:47 PMsettings.gradle.kts
file, can I do something like this:
apply {
from("repositoryConfig.gradle.kts")
}
buildCache {
remote(HttpBuildCache::class.java) {
// Use some extra property here added by the applied script.
}
}