androidManifests

fun Project.androidManifests(agpApiAccess: AgpApiAccess): Map<SourceSetName, File>?

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

Sources

Link copied to clipboard