Skip to content

Version catalogs

Important

We describe usage and some common errors in Idofront Gradle Catalog.

Using catalogs in Gradle plugins

We use this method in Idofront for getting our version catalog within our own gradle plugins:

val libs = the<LibrariesForLibs>()

This causes some limitations described in catalog and a better method would be nice