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

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

The 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)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy