QuerentConfigurator

Interface for configuring Querent.

This interface provides methods for configuring the built-in plugins and setting project-specific options.

Properties

Link copied to clipboard

Access the BuildFeatures object for configuring build profile generation.

Link copied to clipboard

Access the LanguagesSchema object for configuring language schema generation.

Functions

Link copied to clipboard
abstract fun buildFeatures(action: BuildFeatures.() -> Unit)

Configures the BuildFeatures object.

Link copied to clipboard
abstract fun languagesSchemaOptions(action: LanguagesSchema.() -> Unit)

Configures the LanguagesSchema object.