inline fun <T : ERROR CLASS: Symbol not found for org.gradle.caching.configuration.BuildCache
> ERROR CLASS: Symbol not found for org.gradle.caching.configuration.BuildCacheConfiguration
.remote(type: KClass<T>): T(source) inline fun <T : ERROR CLASS: Symbol not found for org.gradle.caching.configuration.BuildCache
> ERROR CLASS: Symbol not found for org.gradle.caching.configuration.BuildCacheConfiguration
.remote(type: KClass<T>): T(source) inline fun <T : ERROR CLASS: Symbol not found for org.gradle.caching.configuration.BuildCache
> ERROR CLASS: Symbol not found for org.gradle.caching.configuration.BuildCacheConfiguration
.remote(type: KClass<T>, configuration: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>): T(source) inline fun <T : ERROR CLASS: Symbol not found for org.gradle.caching.configuration.BuildCache
> ERROR CLASS: Symbol not found for org.gradle.caching.configuration.BuildCacheConfiguration
.remote(type: KClass<T>, configuration: ERROR CLASS: Symbol not found for org.gradle.api.Action<in T>): T(source) Kotlin extension function taking kotlin.reflect.KClass for org.gradle.caching.configuration.BuildCacheConfiguration.remote.
Since
3.5
org.gradle.caching.configuration.BuildCacheConfiguration.remote
inline fun <T : ERROR CLASS: Symbol not found for BuildCache
> ERROR CLASS: Symbol not found for BuildCacheConfiguration
.remote(): T(source) Configures a remote cache with the given type.
If a remote build cache has already been configured with a different type, this method replaces it.
Storing ("push") in the remote build cache is disabled by default.
the type of remote cache to configure.
BuildCacheConfiguration.remote
inline fun <T : ERROR CLASS: Symbol not found for BuildCache
> ERROR CLASS: Symbol not found for BuildCacheConfiguration
.remote(noinline configuration: T.() -> Unit): T(source) Configures a remote cache with the given type.
If a remote build cache has already been configured with a different type, this method replaces it.
If a remote build cache has already been configured with the same, this method configures it.
Storing ("push") in the remote build cache is disabled by default.
the configuration to execute against the remote cache.
the type of remote cache to configure.
BuildCacheConfiguration.remote