Package gay.floof.gradle.utils

Types

Link copied to clipboard
enum ReleaseType : Enum<ReleaseType>

Returns the release type of specific Version.

Link copied to clipboard
class Version(major: Int, minor: Int, patch: Int, build: Int, release: ReleaseType)

Represents a simple version class to use for versioning.

Functions

Link copied to clipboard
fun DependencyHandler.floof(group: String, module: String, version: String): Dependency?

Adds a dependency from the gay.floof package. Only modules that require this is:

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

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

Link copied to clipboard
fun DependencyHandler.floofy(group: String, module: String, version: String): Dependency?

Adds a dependency from the dev.floofy package. Only modules that require this is:

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

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

Link copied to clipboard
fun DependencyHandler.nino(group: String, module: String, version: String): Dependency?

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

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:

Link copied to clipboard
fun RepositoryHandler.noel()

Adds the Noel repository to this current RepositoryHandler.