compose

Configures the Compose extension using a Groovy-style DSL closure.

This method allows users to configure Compose settings in build.gradle using Groovy.

Return

The configured ComposeExtension instance.

Parameters

closure

The configuration closure.


Configures the Compose extension using a Kotlin-style Action.

This method allows users to configure Compose settings in build.gradle.kts using Kotlin DSL.

Return

The configured ComposeExtension instance.

Parameters

action

The configuration action.


Compose-specific configuration for the compiler plugin.

This field is initialized in setupConvention and provides options related to Compose projects.