kotlin android proguard错误

Geo*_*tic 8 android proguard kotlin

我正在尝试构建一个apk并对其进行预测,但它失败的消息如下:

Error:ProGuard: [radis] Warning: kotlin.dom.EventListenerHandler: can't find superclass or interface org.w3c.dom.events.EventListener
Error:ProGuard: [radis] Warning: kotlin.dom.CloseableEventListener: can't find referenced class org.w3c.dom.events.EventTarget
Error:ProGuard: [radis] Warning: kotlin.dom.CloseableEventListener: can't find referenced class org.w3c.dom.events.EventListener
Error:ProGuard: [radis] Warning: kotlin.dom.DomPackage: can't find referenced class org.w3c.dom.events.MouseEvent
Error:ProGuard: [radis] Warning: kotlin.dom.DomPackage: can't find referenced class org.w3c.dom.events.Event
Run Code Online (Sandbox Code Playgroud)

我添加了我的proguard.cfg,-dontwarn在kotlin.dom.**但它没有帮助.

Geo*_*tic 6

我没有使用标准的proguard-android-optimized,所以我编辑了我的配置以尽可能匹配(我也有ACRA配置)并添加-dontwarn kotlin.**和-dontwarn org.w3c.dom.events.*和它现在正在进行中.

德兴出现了另一个问题,我还在调查