noelware
fun DependencyHandler.noelware( group: String, module: String, version: String): Dependency?
Content copied to clipboard
fun KotlinDependencyHandler.noelware( group: String, module: String, version: String): Dependency?
Content copied to clipboard
Adds any dependencies from the org.noelware
package for MPP projects.
Return
The Dependency to use with the dependencies {}
DSL block.
Parameters
group
The group to choose from.
module
The module name.
version
The version to use.
Adds the Noelware repository to this current RepositoryHandler.