nino

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

Adds a dependency from the sh.nino package. Only modules that require this is:

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 KotlinDependencyHandler.nino(    group: String,     module: String,     version: String): Dependency?

Adds a dependency from the sh.nino package for MPP projects. Only modules that require this is:

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.