serpro69/kotlin-faker

Add BOM to manage dependencies

serpro69 opened this issue · 2 comments

For projects that generate several artifacts, publishing a Bill of Materials (BOM) is very beneficial. This ensures that you avoid compatibility issues between different artifact versions.

The Gradle Java platform plugin appears to be quite user-friendly and straightforward for this purpose.

This is especially relevant after implementing #225 and having each submodule with it's own version now