All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sh.christian.aaraar.gradle.agp.AndroidExtension.kt Maven / Gradle / Ivy

There is a newer version: 0.0.17
Show newest version
package sh.christian.aaraar.gradle.agp

/**
 * A facade of some of the interactions with the `android` extension on an Android module.
 */
interface AndroidExtension {
  /**
   * Allows for registration of a callback to be called with build type names.
   */
  fun onBuildTypes(callback: (String) -> Unit)

  /**
   * Returns the list of wildcards that will be used to exclude files from the final packaged aar.
   */
  fun packagingResourceExcludes(): Set
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy