KotlinMultiplatformAndroidCompilation

Added in 8.2.0

interface KotlinMultiplatformAndroidCompilation


Summary

Public functions

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

Public properties

<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

Public functions

kotlinOptions

fun kotlinOptions(configure: Action<<Error class: unknown class>>): Unit

kotlinOptions

fun kotlinOptions(configure: <Error class: unknown class>.() -> Unit): Unit

Public properties

componentName

Added in 8.8.0-alpha09
val componentNameString

The name of the component corresponding to this Android compilation. Consists of the compilation name prefixed by the android target name (e.g "android") The default component names for the default compilations would be:

  • androidMain

  • androidTestOnJvm

  • androidTestOnDevice

kotlinOptions

Added in 8.2.0
Deprecated in 8.2.0
val kotlinOptions<Error class: unknown class>