RealAndroidPlatformPluginFactory
class RealAndroidPlatformPluginFactory @Inject constructor( val agpApiAccess: AgpApiAccess, val configurationsFactory: ConfigurationsFactory, val sourceSetsFactory: SourceSetsFactory) : AndroidPlatformPluginFactory
Content copied to clipboard
Constructors
Link copied to clipboard
@Inject
Content copied to clipboard
Types
Functions
Link copied to clipboard
open override fun create( gradleProject: Project, androidCommonExtension: AndroidCommonExtension, hasTestFixturesPlugin: Boolean): AndroidPlatformPlugin
Content copied to clipboard
Link copied to clipboard
private fun parseResValues(type: RealAndroidPlatformPluginFactory.Type<*>): MutableMap<SourceSetName, Set<UnqualifiedAndroidResourceDeclaredName>>
Content copied to clipboard