Android studio is freezing on indexing when I'm importing a feature module using 'implementation' in the main module(app)

Viewed 152

So, I have this module auth with three dynamic feature modules.

But when I'm trying to import this auth_data in the app Gradle(build.gradle) file android studio is freezing on 'indexing' after Gradle build.

Any help would be appreciated.

0 Answers
Related