io.avaje.inject
Owner: Rob Bygrave
Avaje-Inject plugin
https://avaje.io/inject/gradle
Sources: https://github.com/avaje/avaje-inject
Add this plugin to your build using the plugins DSL:
plugins {
id("io.avaje.inject") version "10.0-RC9"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.avaje.inject:inject-gradle-plugin:10.0-RC9") } } apply(plugin = "io.avaje.inject")
- Applying plugins to all subprojects .