tanvd.kosogor
Owner: Vladislav Tankov
Reasonable defaults and simplified Kotlin-DSL interfaces for everyday development
https://github.com/TanVD/kosogor
Sources: https://github.com/TanVD/kosogor
Version 1.0.22 (latest)
1.0.22
Created 03 December 2023.
Reasonable defaults and simplified Kotlin-DSL interfaces for everyday development
Add this plugin to your build using the plugins DSL:
plugins {
id("tanvd.kosogor") version "1.0.22"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("tanvd.kosogor:kosogor:1.0.22") } } apply(plugin = "tanvd.kosogor")
- Applying plugins to all subprojects .