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