Skip to content

A gradle plugin that implements automatic cross-module registration in android, which can be used for module decoupling. Applied to ARouter and CC

License

Notifications You must be signed in to change notification settings

wseemannroku/AutoRegister

 
 

Repository files navigation

自动注册插件

Maven Central

前言

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

相关文档请参考原AutoRegister

使用方式

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

About

A gradle plugin that implements automatic cross-module registration in android, which can be used for module decoupling. Applied to ARouter and CC

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 91.0%
  • Java 9.0%