androidManifests
fun Project.androidManifests(agpApiAccess: AgpApiAccess): Map<SourceSetName, File>?
Content copied to clipboard
Return
A map of the SourceSetName to manifest File if the AGP plugin is applied, or null if AGP isn't applied
Parameters
agpApiAccess
the AgpApiAccess to use for safe access