At now in excludeLibrary/includeLibrary we should pass name/artifactId part of artifact. like excludeLibrary("kotlinx-coroutines-core"). But with this implementation we cant filter dependencies with same name but different groups.
So we should change filter to use group+name:
At now in
excludeLibrary
/includeLibrary
we should passname
/artifactId
part of artifact. likeexcludeLibrary("kotlinx-coroutines-core")
. But with this implementation we cant filter dependencies with same name but different groups. So we should change filter to use group+name: