KotlinMultiplatformAndroidVariant
@Incubating interface KotlinMultiplatformAndroidVariant : HasAndroidTest, HasUnitTest
Properties for the main Variant of a kotlin multiplatform android library
Summary
Public properties |
|
---|---|
Artifacts |
Access to the variant's buildable artifacts for build customization. |
FileCollection |
Access to the variant's compile classpath. |
Instrumentation |
Access to the variant's instrumentation options. |
String |
The name of the variant |
Inherited properties |
||
---|---|---|
|
||
Public properties
artifacts
val artifacts: Artifacts
Access to the variant's buildable artifacts for build customization.
compileClasspath
val compileClasspath: FileCollection
Access to the variant's compile classpath.
The returned FileCollection
should not be resolved until execution time.
instrumentation
val instrumentation: Instrumentation
Access to the variant's instrumentation options.