Package-level declarations

Types

Link copied to clipboard
data class Dto(val name: String)

DTO for storing Klutter plugin configuration.

Link copied to clipboard
class KlutterDependencyHandler(project: Project)

A Jetbrains 'kotlin' inspired dependency handler which makes it easier to add klutter dependencies in a build.gradle(.kts) file as follows:

Link copied to clipboard
open class KlutterExtension(project: Project)

Glue for the DSL used in a build.gradle(.kts) file and the Klutter tasks.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun KotlinDependencyHandler.embedded(dependencyNotation: String)