ComposeOptions

@Incubating interface ComposeOptions


Optional settings for the Compose feature.

Summary

Public properties

String?

Sets the version of the Kotlin Compiler extension for the project or null if using the default one.

String?

This property is deprecated.

Boolean

Enables live literals in Compose

Public properties

kotlinCompilerExtensionVersion

val kotlinCompilerExtensionVersion: String?

Sets the version of the Kotlin Compiler extension for the project or null if using the default one.

kotlinCompilerVersion

val kotlinCompilerVersion: String?

Sets the version of the Kotlin Compiler used to compile the project or null if using the default one.

useLiveLiterals

val useLiveLiterals: Boolean

Enables live literals in Compose