Interface AccessTransformersConfiguration
- All Known Subinterfaces:
AccessTransformersContainer.Options
public sealed interface AccessTransformersConfiguration
permits AccessTransformersContainer.Options (not exhaustive)
Configuration for individual dependencies to be run through AccessTransformers.
-
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.file.RegularFilePropertyGets the AccessTransformer configuration to use.
-
Method Details
-
getConfig
org.gradle.api.file.RegularFileProperty getConfig()Gets the AccessTransformer configuration to use.- Returns:
- The property for the configuration
-