RealAndroidPlatformPluginFactory

class RealAndroidPlatformPluginFactory @Inject constructor(    val agpApiAccess: AgpApiAccess,     val configurationsFactory: ConfigurationsFactory,     val sourceSetsFactory: SourceSetsFactory) : AndroidPlatformPluginFactory

Constructors

Link copied to clipboard
@Inject
fun RealAndroidPlatformPluginFactory(    agpApiAccess: AgpApiAccess,     configurationsFactory: ConfigurationsFactory,     sourceSetsFactory: SourceSetsFactory)

Types

Link copied to clipboard
interface Type<T : AndroidCommonExtension>

Functions

Link copied to clipboard
open override fun create(    gradleProject: Project,     androidCommonExtension: AndroidCommonExtension,     hasTestFixturesPlugin: Boolean): AndroidPlatformPlugin
Link copied to clipboard

Properties

Link copied to clipboard
private val agpApiAccess: AgpApiAccess
Link copied to clipboard
private val configurationsFactory: ConfigurationsFactory
Link copied to clipboard
private val sourceSetsFactory: SourceSetsFactory

Sources

Link copied to clipboard