extra-java-module-info
extra-java-module-info copied to clipboard
[Maybe] Add removePackage feature to deal with split-packages in JDK Modules (for example xerces:xercesImpl)
Hello, I tried your plugin and there was a problem with this library
implementation 'xerces:xercesImpl:2.12.2'
which contains the package org.w3c.dom, which is part of jdk.xml.dom. how to solve it in this case? Thanks