io.kitkit.auto-module
Owner: rob boll
these aren't the droids you're looking for
Sources: https://github.com/roboll/kitkit-gradle-base
Version 0.10.27 (latest)
0.10.27
Created 19 October 2015.
these aren't the droids you're looking for
Add this plugin to your build using the plugins DSL:
plugins {
id("io.kitkit.auto-module") version "0.10.27"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.io.kitkit.gradle:gradle-base:0.10.27") } } apply(plugin = "io.kitkit.auto-module")
- Applying plugins to all subprojects .