Add keep rule to compiler.pro for org.jdom.output.XMLOutputter
Without this class PluginManagerCore.loadDescriptorFromJar fails
This commit is contained in:
@@ -135,6 +135,8 @@ messages/**)
|
|||||||
# This is needed so that the platform code which parses XML wouldn't fail, see KT-16968
|
# This is needed so that the platform code which parses XML wouldn't fail, see KT-16968
|
||||||
# This API is used from org.jdom.input.SAXBuilder via reflection.
|
# This API is used from org.jdom.input.SAXBuilder via reflection.
|
||||||
-keep class org.jdom.input.JAXPParserFactory { public ** createParser(...); }
|
-keep class org.jdom.input.JAXPParserFactory { public ** createParser(...); }
|
||||||
|
# Without this class PluginManagerCore.loadDescriptorFromJar fails
|
||||||
|
-keep class org.jdom.output.XMLOutputter { *; }
|
||||||
|
|
||||||
# for kdoc & dokka
|
# for kdoc & dokka
|
||||||
-keep class com.intellij.openapi.util.TextRange { *; }
|
-keep class com.intellij.openapi.util.TextRange { *; }
|
||||||
|
|||||||
Reference in New Issue
Block a user