how do you do this in kotlin dsl? ```// groovy con...
# gradle
c
how do you do this in kotlin dsl?
Copy code
// groovy
configurations {
    all*.exclude group: 'xml-apis', module: 'xmlParserAPIs'
}