LibraryExtension

@Incubating interface LibraryExtension : CommonExtension<LibraryBuildFeatures, LibraryBuildType, LibraryDefaultConfig, LibraryProductFlavor>, TestedExtension
com.android.build.api.dsl.LibraryExtension

Extension for the Android Library Gradle Plugin.

Only the Android Gradle Plugin should create instances of this interface.

Summary

Inherited functions

Properties

abstract MutableCollection<String>?

Aidl files to package in the aar.

abstract NamedDomainObjectContainer<PrefabPackagingOptions>

container of Prefab options

Inherited properties

Properties

aidlPackagedList

abstract val aidlPackagedList: MutableCollection<String>?

Aidl files to package in the aar.

prefab

abstract val prefab: NamedDomainObjectContainer<PrefabPackagingOptions>

container of Prefab options