sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.27k stars 1.05k forks source link

Encountered proguard obfuscation error #1225

Open horizonShore opened 2 years ago

horizonShore commented 2 years ago

[proguard] Class = [com/jfoenix/controls/JFXTreeTableView] [proguard] Method = [buildGroupedRoot(Ljava/util/Map;Lcom/jfoenix/controls/RecursiveTreeItem;I)V] [proguard] Exception = [java.lang.IllegalArgumentException] (Can't find common super class of [java/util/Iterator] (with 2 known super classes) and [com/jfoenix/controls/RecursiveTreeItem] (with 1 known super classes)) [proguard] Error: java.lang.IllegalArgumentException: Can't find common super class of [java/util/Iterator] (with 2 known super classes) and [com/jfoenix/controls/RecursiveTreeItem] (with 1 known super classes) Is this jfoenix error? Can someone help me to resolve this problem?