You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to find a way to check that there are no unused modules in any of the Components I have defined. Ideally the check would be transitive and find any unused modules in the whole hierarchy of modules.
I came across DaggerKotlinIssueDetector but I couldn't figure out how that class is supposed to be used to lint Dagger projects or if it would actually detect the problem of unused modules.
Removing unused modules should greatly help reducing bloat and build times.
Any help will be much appreciated.
The text was updated successfully, but these errors were encountered:
I have been trying to find a way to check that there are no unused modules in any of the Components I have defined. Ideally the check would be transitive and find any unused modules in the whole hierarchy of modules.
I came across DaggerKotlinIssueDetector but I couldn't figure out how that class is supposed to be used to lint Dagger projects or if it would actually detect the problem of unused modules.
Removing unused modules should greatly help reducing bloat and build times.
Any help will be much appreciated.
The text was updated successfully, but these errors were encountered: