AutoRegister
Gradle plugin to register components across modules
AutoRegister is a Gradle plugin for Android that leverages bytecode instrumentation to automatically register components across modules—such as activities or services—eliminating manual registration and decoupling module dependencies. It’s compatible with frameworks like ARouter and CC for modular app architectures. Enhances modularity and supports loose coupling between modules. Uses bytecode instrumentation for automatic cross-module registration. Reduces boilerplate and manual registration code in Android apps. Apache-2.0 licensed and simple Gradle plugin integration.