BomAlignmentConvention

Add BomAlignmentRule to your project dependency lookup.

This helps ensure you don't have conflicting versions of libraries in your class path, when the libraries don't publish the data Gradle requires to avoid it automatically.

Apply this plugin to your project in the plugins block:

`plugins {
id("eu.aylett.conventions.bom-alignment")
}

`
*

Or by applying the Conventions plugin:

`plugins {
id("eu.aylett.conventions")
}

`
*

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun apply(target: Project)