┌ Processing the extension
│ info Linking extension assets and dependencies
│ info Optimizing the extension
│ note there were 1313 duplicate class definitions.
│ (https://www.guardsquare.com/proguard/manual/troubleshooting#duplicateclass)
│ Unexpected error while performing partial evaluation:
│ Class = [kotlinx/coroutines/android/HandlerContext]
│ Method = [<init>(Landroid/os/Handler;Ljava/lang/String;Z)V]
│ Exception = [java.lang.IllegalArgumentException] (Can't find common super class of [android/os/Handler] (with 2 known super classes) and [kotlinx/coroutines/android/HandlerContext] (with 2 known super classes))
│
│ erro java.lang.IllegalArgumentException: Can't find common super class of [android/os/Handler] (with 2 known super classes) and [kotlinx/coroutines/android/HandlerContext] (with 2 known super classes)
└ failed
1 Like