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
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:
The text was updated successfully, but these errors were encountered: