@JvmOverloads fun exclude(group: String = "", module: String = "", version: String = ""): Unit
With exclude it is possible to exclude libraries and modules from the class collision check.
group - Group or organization of the dependency
group
module - Name or module of the dependency
module
version - Version configuration of the dependency
version