elect86.gik
Owner: Giuseppe Barbieri
The Kotlin way to use Git
https://github.com/elect86/gik/tree/master
Sources: https://github.com/elect86/gik.git
Add this plugin to your build using the plugins DSL:
plugins {
id("elect86.gik") version "0.0.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("elect86:plugin:0.0.4") } } apply(plugin = "elect86.gik")
- Applying plugins to all subprojects .