Peer Library Spec
Per-declaration metadata for a peer shared library declared in sharedLibrary { dependencies { sharedLibrary(...) } }.
Captures overrides the consumer applied via the DSL action block; values not overridden fall back to conventions derived from the dependency's coordinates (artifact name) or project path (project name).
sharedLibrary {
dependencies {
sharedLibrary("com.example:config-lib:1.0.0") {
libraryName = "config"
implicit = false
}
}
}Content copied to clipboard