nebula.plugin.resolutionrules.extensions.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-resolution-rules-plugin Show documentation
Show all versions of gradle-resolution-rules-plugin Show documentation
Gradle resolution rules plugin
package nebula.plugin.resolutionrules
inline fun Collection.mapToSet(transform: (T) -> R): Set {
return mapTo(LinkedHashSet(size), transform)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy