VersionCatalog

constructor(name: String, plugins: List<CatalogEntry> = emptyList(), libraries: List<CatalogEntry> = emptyList())(source)

Parameters

name

Catalog name, usually "libs".

plugins

Plugin aliases and the plugin ids they resolve to.

libraries

Library aliases and the coordinates they resolve to.