noelware

fun DependencyHandler.noelware(    group: String,     module: String,     version: String): Dependency?
fun KotlinDependencyHandler.noelware(    group: String,     module: String,     version: String): Dependency?

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.


fun RepositoryHandler.noelware(snapshots: Boolean = false)

Adds the Noelware repository to this current RepositoryHandler.