SafeAgpApiReferenceScope

class SafeAgpApiReferenceScope @PublishedApi constructor(val agpApiAccess: AgpApiAccess, val gradleProject: GradleProject)(source)

Wrapper for accessing AGP declarations only after it's been established that they exist in the classpath.

Since

0.12.0

See also

Constructors

Link copied to clipboard
internal constructor(agpApiAccess: AgpApiAccess, gradleProject: GradleProject)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Helper function for this is AndroidAppExtension which bypasses the opt-in requirement.

Link copied to clipboard

Helper function for this is AndroidBaseExtension which bypasses the opt-in requirement.

Link copied to clipboard

Helper function for this is AndroidCommonExtension which bypasses the opt-in requirement.

Link copied to clipboard

Helper function for this is AndroidLibraryExtension which bypasses the opt-in requirement.

Link copied to clipboard

Helper function for this is AndroidTestedExtension which bypasses the opt-in requirement.

Link copied to clipboard

Direct access to the AGP AndroidBaseExtension type, only accessible after it's been established that the type is in the classpath.

Link copied to clipboard

Direct access to the AGP com.android.build.api.dsl.CommonExtension type, only accessible after it's been established that the type is in the classpath.