KlutterDependencyHandler
A Jetbrains 'kotlin' inspired dependency handler which makes it easier to add klutter dependencies in a build.gradle(.kts) file as follows:
klutter {
implementation("annotations")
implementation("annotations", version = "2022.r8")
}
Content copied to clipboard