CompilerPluginExtension

open class CompilerPluginExtension(objectFactory: ObjectFactory)(source)

Gradle extension for configuring the Tolgee Kotlin compiler plugin.

This extension allows users to configure the plugin via their build.gradle(.kts) file. It provides an android configuration block for Android-specific settings.

Parameters

objectFactory

The Gradle ObjectFactory used to create properties.

Constructors

Link copied to clipboard
constructor(objectFactory: ObjectFactory)

Types

Link copied to clipboard
open class AndroidExtension(objectFactory: ObjectFactory)

Android-specific configuration options for the compiler plugin.

Link copied to clipboard
open class ComposeExtension(objectFactory: ObjectFactory)

Compose-specific configuration options for the compiler plugin.

Properties

Link copied to clipboard

Android-specific configuration for the compiler plugin.

Link copied to clipboard

Compose-specific configuration for the compiler plugin.

Functions

Link copied to clipboard

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

Configures the Android extension using a Kotlin-style Action.

Link copied to clipboard

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

Configures the Compose extension using a Kotlin-style Action.