floof
fun DependencyHandler.floof( group: String, module: String, version: String): Dependency?
Content copied to clipboard
Adds a dependency from the gay.floof
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.floof( group: String, module: String, version: String): Dependency?
Content copied to clipboard
Adds a dependency from the gay.floof
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.