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 cbd5b1c commit 41dca58Copy full SHA for 41dca58
kotlinx-coroutines-core/jvm/resources/META-INF/proguard/coroutines.pro
@@ -8,3 +8,8 @@
8
-keepclassmembernames class kotlinx.** {
9
volatile <fields>;
10
}
11
+
12
+# Same story for the standard library's SafeContinuation that also uses AtomicReferenceFieldUpdater
13
+-keepclassmembernames class kotlin.coroutines.SafeContinuation {
14
+ volatile <fields>;
15
+}
0 commit comments