jmfayard.github.io.gradle-kotlin-dsl-libs
Owner: Jean-Michel Fayard
Painless dependencies management with the gradle kotlin-dsl
https://github.com/jmfayard/gradle-kotlin-dsl-libs
Sources: https://github.com/jmfayard/gradle-kotlin-dsl-libs
Version 0.2.1
0.2.1
Created 04 October 2018.
Painless dependencies management with the gradle kotlin-dsl
Add this plugin to your build using the plugins DSL:
plugins {
id("jmfayard.github.io.gradle-kotlin-dsl-libs") version "0.2.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("jmfayard.github.io:gradle-kotlin-dsl-libs:0.2.1") } } apply(plugin = "jmfayard.github.io.gradle-kotlin-dsl-libs")
- Applying plugins to all subprojects .