KotlinMultiplatformAndroidTestOnJvmCompilation

@Incubating interface KotlinMultiplatformAndroidTestOnJvmCompilation : KotlinMultiplatformAndroidTestOnJvm, KotlinMultiplatformAndroidCompilation


Summary

Inherited functions

From class 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

From class com.android.build.api.dsl.KotlinMultiplatformAndroidTestOnJvm
@Incubating Unit
all(configAction: (Test) -> Unit)

Configures all unit testing tasks.

Inherited properties

From class com.android.build.api.dsl.KotlinMultiplatformAndroidCompilation
<ERROR CLASS><<ERROR CLASS>>
<ERROR CLASS>

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

From class 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).