ComposeOptions

public interface ComposeOptions


Optional settings for the Compose feature.

Summary

Public methods

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.

abstract boolean

Enables live literals in Compose

abstract void
setKotlinCompilerExtensionVersion(
    String kotlinCompilerExtensionVersion
)

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

abstract void
setKotlinCompilerVersion(String kotlinCompilerVersion)

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

abstract void
setUseLiveLiterals(boolean useLiveLiterals)

Enables live literals in Compose

Public methods

getKotlinCompilerExtensionVersion

abstract String getKotlinCompilerExtensionVersion()

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

getKotlinCompilerVersion

abstract String getKotlinCompilerVersion()

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

getUseLiveLiterals

abstract boolean getUseLiveLiterals()

Enables live literals in Compose

setKotlinCompilerExtensionVersion

abstract void setKotlinCompilerExtensionVersion(
    String kotlinCompilerExtensionVersion
)

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

setKotlinCompilerVersion

abstract void setKotlinCompilerVersion(String kotlinCompilerVersion)

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

setUseLiveLiterals

abstract void setUseLiveLiterals(boolean useLiveLiterals)

Enables live literals in Compose