KotlinMultiplatformAndroidHostTestCompilation

Added in 8.8.0-alpha08

interface KotlinMultiplatformAndroidHostTestCompilation : KotlinMultiplatformAndroidHostTest, KotlinMultiplatformAndroidCompilation


Summary

Inherited functions

From com.android.build.api.dsl.KotlinMultiplatformAndroidCompilation
Unit

This function is deprecated. Use compilerOptions instead of kotlinOptions to configure compilations

Unit

This function is deprecated. Use compilerOptions instead of kotlinOptions to configure compilations

Inherited properties

From com.android.build.api.dsl.KotlinMultiplatformAndroidCompilation
<Error class: unknown class><<Error class: unknown class>>
String

The name of the component corresponding to this Android compilation.

<Error class: unknown class>

This property is deprecated. Use compilerOptions instead of kotlinOptions to configure compilations

From com.android.build.api.dsl.KotlinMultiplatformAndroidHostTest
Boolean

Specifies unit test code coverage data collection by configuring the JacocoPlugin.

Boolean

Enables unit tests to use Android resources, assets, and manifests.

Boolean

Whether unmocked methods from android.jar should throw exceptions or return default values (i.e. zero or null).