ComposeOptions

@Incubating interface ComposeOptions
com.android.build.api.dsl.ComposeOptions

Optional settings for the Compose feature.

Summary

Properties

abstract String?

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

abstract String?

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

Properties

kotlinCompilerExtensionVersion

abstract var kotlinCompilerExtensionVersion: String?

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

kotlinCompilerVersion

abstract var kotlinCompilerVersion: String?

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