LibraryKeepRules
@Incubating interface LibraryKeepRules : ConfigurableFiles
Summary
Public properties | 
          |
|---|---|
MutableSet<String> | 
            
              
               Ignore keep rules from listed external dependencies.  | 
          
Boolean | 
            
              
               Ignore keep rules from all the external dependencies.  | 
          
Inherited functions | 
          |
|---|---|
Inherited properties | 
          |
|---|---|
Public properties
ignoreFrom
val ignoreFrom: MutableSet<String>
Ignore keep rules from listed external dependencies. External dependencies can be specified via GAV coordinates(e.g. "groupId:artifactId:version") or in the format of "groupId:artifactId" in which case dependencies are ignored as long as they match groupId & artifactId.
ignoreFromAllExternalDependencies
var ignoreFromAllExternalDependencies: Boolean
Ignore keep rules from all the external dependencies.