Excluding dependencies in Gradle

This is the way that use to exclude some transitive dependency.

When come to project type dependency this is the way.

Keep in mind the additional brackets around  project(project(':library:view_pager_indicator'))



Comments are closed.