com.jsik.component-register
Owner: jsik
auto register component
https://github.com/wangchao0837/ArouterComponent
Sources: https://github.com/wangchao0837/ArouterComponent
Add this plugin to your build using the plugins DSL:
plugins {
id("com.jsik.component-register") version "1.1.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.jsik.component-register:cc-register:1.1.2") } } apply(plugin = "com.jsik.component-register")
- Applying plugins to all subprojects .