ComposeExtension

open class ComposeExtension(objectFactory: ObjectFactory)(source)

Compose-specific configuration options for the compiler plugin.

This class provides options that affect how the Kotlin compiler plugin interacts with Compose projects, such as whether stringResource replacements should be enabled.

Parameters

objectFactory

The Gradle ObjectFactory used to create properties.

Constructors

Link copied to clipboard
constructor(objectFactory: ObjectFactory)

Properties

Link copied to clipboard
Link copied to clipboard
open val replaceStringResource: Property<Boolean>

Controls whether stringResource calls should be replaced.