Package modulecheck.gradle.platforms.android.internal

Functions

Link copied to clipboard
fun Project.androidManifests(agpApiAccess: AgpApiAccess): Map<SourceSetName, File>?
Link copied to clipboard
fun FileTreeWalk.files(): Sequence<File>
Link copied to clipboard
fun Project.generatesBuildConfig(agpApiAccess: AgpApiAccess): Boolean
Link copied to clipboard
fun Project.isMissingManifestFile(agpApiAccess: AgpApiAccess): Boolean
Link copied to clipboard
fun Project.mainAndroidManifest(agpApiAccess: AgpApiAccess): File?
Link copied to clipboard
fun Boolean?.orPropertyDefault(    gradleProject: Project,     key: String,     defaultValue: Boolean): Boolean