We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02aadc commit d2ed1d8Copy full SHA for d2ed1d8
kotlinx-coroutines-core/jvm/resources/META-INF/proguard/coroutines.pro
@@ -12,3 +12,9 @@
12
volatile <fields>;
13
}
14
15
+# These classes are only required by kotlinx.coroutines.debug.AgentPremain, which is only loaded when
16
+# kotlinx-coroutines-core is used as a Java agent, so these are not needed in contexts where ProGuard is used.
17
+-dontwarn java.lang.instrument.ClassFileTransformer
18
+-dontwarn sun.misc.SignalHandler
19
+-dontwarn java.lang.instrument.Instrumentation
20
+-dontwarn sun.misc.Signal
0 commit comments