My goal is to do this: ``` remote(HttpBuildCache::...
# gradle
j
My goal is to do this:
Copy code
remote(HttpBuildCache::class.java) { {
    val publishingRepositoryConfig : (HttpBuildCache) -> Unit by extra
    httpBuildCacheConfig(this)
}