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
var kotlinCompilerExtensionVersion: String?
Sets the version of the Kotlin Compiler extension for the project or null if using the default one.
kotlinCompilerVersion
var kotlinCompilerVersion: String?
Sets the version of the Kotlin Compiler used to compile the project or null if using the default one.