We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1176267 commit 562bf20Copy full SHA for 562bf20
kotlinx-coroutines-core/jvm/resources/META-INF/proguard/coroutines.pro
@@ -3,12 +3,12 @@
3
-keepnames class kotlinx.coroutines.CoroutineExceptionHandler {}
4
5
# Most of volatile fields are updated with AFU and should not be mangled
6
--keepclassmembernames class kotlinx.** {
+-keepclassmembers class kotlinx.** {
7
volatile <fields>;
8
}
9
10
# Same story for the standard library's SafeContinuation that also uses AtomicReferenceFieldUpdater
11
--keepclassmembernames class kotlin.coroutines.SafeContinuation {
+-keepclassmembers class kotlin.coroutines.SafeContinuation {
12
13
14
0 commit comments