afollestad / ulfberht

🗡️ A small but powerful & opinionated DI library. Written in Kotlin, and powered by annotation processing.

Home Page:https://af.codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-module dependency injection

SAGARSURI opened this issue · comments

I have seen that currently, Google provides us with the dynamic feature module to separate features in separate modules. Will this library support multi-module dependency injection?

Not sure what you mean.

You can already define components and modules across multiple Gradle modules now.

Thanks for the answer.