KotlinMultiplatformAndroidTestOnJvmCompilation

Added in 8.2.0-beta03

@Incubating
interface KotlinMultiplatformAndroidTestOnJvmCompilation : KotlinMultiplatformAndroidTestOnJvm, 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>>
<Error class: unknown class>

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

From com.android.build.api.dsl.KotlinMultiplatformAndroidTestOnJvm
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).