Stay organized with collections
Save and categorize content based on your preferences.
ComposeOptions
@Incubating interface 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.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# ComposeOptions\n==============\n\n```\n@Incubating interface ComposeOptions\n```\n\n|-----------------------------------------------|\n| [com.android.build.api.dsl.ComposeOptions](#) |\n\nOptional settings for the Compose feature.\n\nSummary\n-------\n\n| ### Properties ||\n|--------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? | [kotlinCompilerExtensionVersion](#kotlinCompilerExtensionVersion:kotlin.String) Sets the version of the Kotlin Compiler extension for the project or null if using the default one. |\n| abstract [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? | [kotlinCompilerVersion](#kotlinCompilerVersion:kotlin.String) Sets the version of the Kotlin Compiler used to compile the project or null if using the default one. |\n\nProperties\n----------\n\n### kotlinCompilerExtensionVersion\n\n```\nabstract var kotlinCompilerExtensionVersion: String?\n```\n\nSets the version of the Kotlin Compiler extension for the project or null if using\nthe default one. \n\n### kotlinCompilerVersion\n\n```\nabstract var kotlinCompilerVersion: String?\n```\n\nSets the version of the Kotlin Compiler used to compile the project or null if using\nthe default one."]]