Actions to import the module into Android Studio.
- Go to File → New → Import Module ...
- Select the source directory of the module that you want to import, and click Finish.
- Open the "Project Structure" and open the "Module Settings" for your project.
- Click the Dependencies tab.
- Click the plus sign (+) and select "Module Dependency". Select a module and click Ok.
- Open the file
build.gradleand verify that the module is now listed in the dependency list.(implementation project(path: ':ViewPagerIndicator')
source
share