Skip to content

android中实现跨module自动注册的gradle插件,可用于模块解耦。已应用于ARouter和CC

License

Notifications You must be signed in to change notification settings

ooftf/AutoRegister

 
 

Repository files navigation

自动注册插件

Maven Central

前言

此项目和原AutoRegister相比较要解决的问题是:

相关文档请参考原AutoRegister

使用方式

  • 在工程根目录的build.gradle中添加依赖:
 repositories {
        mavenCentral()
    }
buildscript {
    dependencies {
        classpath 'com.android.tools.build:gradle:3.0.0'
        classpath 'com.github.ooftf:autoregister:x.x.x'
    }
}

About

android中实现跨module自动注册的gradle插件,可用于模块解耦。已应用于ARouter和CC

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 91.1%
  • Java 8.9%