Package-level declarations

The plugin entry points. AalekhSettingsPlugin is canonical (apply it in settings.gradle.kts); AalekhPlugin is the deprecated project plugin, retained only for backward compatibility. AalekhExtension is the root of the configuration surface.

Types

Link copied to clipboard
abstract class AalekhExtension @Inject constructor(objects: ObjectFactory)

DSL extension for configuring Aalekh in the root project's build.gradle.kts.

Link copied to clipboard
class AalekhPlugin : Plugin<Project>

Project-scoped Aalekh plugin - deprecated, use the settings plugin instead.

Link copied to clipboard
class AalekhSettingsPlugin : Plugin<Settings>

Settings-scoped Aalekh plugin - the primary entry point.