Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class CacheableRelocator

Marks that a given instance of Relocator is compatible with the Gradle build cache. In other words, it has its appropriate inputs annotated so that Gradle can consider them when determining the cache key.

Link copied to clipboard
value class RelocateClassContext(val className: String)
Link copied to clipboard
value class RelocatePathContext(val path: String)
Link copied to clipboard
Link copied to clipboard
open class SimpleRelocator @JvmOverloads constructor(pattern: String? = null, shadedPattern: String? = null, includes: List<String>? = null, excludes: List<String>? = null, rawString: Boolean = false) : Relocator

Functions

Link copied to clipboard
Link copied to clipboard