<@U0QBCLV62> Hope I catch you before you're done f...
# gradle
j
@bamboo Hope I catch you before you're done for the night. In the
settings.gradle.kts
file, can I do something like this:
Copy code
apply {
    from("repositoryConfig.gradle.kts")
}

buildCache {
    remote(HttpBuildCache::class.java) {
        // Use some extra property here added by the applied script.
    }
}