io.cloudflight.autoconfigure.kotlin-configure
Owner: Cloudflight
Used to configure a kotlin project.
https://github.com/cloudflightio/autoconfigure-gradle-plugin
Sources: https://github.com/cloudflightio/autoconfigure-gradle-plugin.git
Add this plugin to your build using the plugins DSL:
plugins {
id("io.cloudflight.autoconfigure.kotlin-configure") version "0.6.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.cloudflight.gradle:autoconfigure:0.6.5") } } apply(plugin = "io.cloudflight.autoconfigure.kotlin-configure")
- Applying plugins to all subprojects .