Gradle Plugin
The Kensa Gradle plugin wires the Kotlin compiler plugin, kensa-core dependency, and site-mode test-task system properties for you. Configure via the `kensa { … }` extension.
Maven Plugin
The Kensa Maven plugin provides an `assemble-site` mojo that aggregates per-execution Kensa output into a single multi-source viewable site. Surefire/failsafe drive the per-source bundles via system properties.
Site Mode
Site mode aggregates multiple Kensa-producing test executions (e.g. unit tests + UI tests + integration tests) into a single viewable HTML site, grouped per sourceset rather than flat-merged.