create

open override fun create(gradleProject: GradleProject, agpCommonExtension: AgpCommonExtension, hasTestFixturesPlugin: Boolean): AndroidPlatformPlugin(source)

Creates an AndroidPlatformPlugin based on the provided parameters. It handles different AGP extension types and applies the necessary configurations.

Return

The created AndroidPlatformPlugin instance.

Parameters

gradleProject

The Gradle project information.

agpCommonExtension

Common AGP extension interface.

hasTestFixturesPlugin

Flag indicating if the test fixtures plugin is present.