com.dovar.router.plugin
Owner: Dovar_66
Router Plugin
https://github.com/Dovar66/RouterPlugin
Sources: https://github.com/Dovar66/RouterPlugin
Add this plugin to your build using the plugins DSL:
plugins {
id("com.dovar.router.plugin") version "2.0.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.RouterPlugin:plugin:2.0.4") } } apply(plugin = "com.dovar.router.plugin")
- Applying plugins to all subprojects .