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 kotlinCompilerExtensionVersionString?

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

kotlinCompilerVersion

val kotlinCompilerVersionString?

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

useLiveLiterals

val useLiveLiteralsBoolean

Enables live literals in Compose