We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b5443 commit aed600fCopy full SHA for aed600f
gcpbuildcache/src/main/kotlin/androidx/build/gradle/gcpbuildcache/GcpBuildCacheServiceFactory.kt
@@ -20,7 +20,10 @@ package androidx.build.gradle.gcpbuildcache
20
import org.gradle.caching.BuildCacheService
21
import org.gradle.caching.BuildCacheServiceFactory
22
23
-internal class GcpBuildCacheServiceFactory : BuildCacheServiceFactory<GcpBuildCache> {
+/**
24
+ * Factory used by Gradle to create GcpBuildCache instances.
25
+ */
26
+class GcpBuildCacheServiceFactory : BuildCacheServiceFactory<GcpBuildCache> {
27
override fun createBuildCacheService(
28
buildCache: GcpBuildCache,
29
describer: BuildCacheServiceFactory.Describer,
0 commit comments