https://kotlinlang.org logo
#gradle
Title
j

jlleitschuh

04/12/2018, 10:57 PM
My goal is to do this:
Copy code
remote(HttpBuildCache::class.java) { {
    val publishingRepositoryConfig : (HttpBuildCache) -> Unit by extra
    httpBuildCacheConfig(this)
}