Skip to content

Commit

Permalink
Proguard rule to keep volatile name of SafeContinuation
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov authored and qwwdfsad committed Dec 12, 2019
1 parent cbd5b1c commit 41dca58
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@
-keepclassmembernames class kotlinx.** {
volatile <fields>;
}

# Same story for the standard library's SafeContinuation that also uses AtomicReferenceFieldUpdater
-keepclassmembernames class kotlin.coroutines.SafeContinuation {
volatile <fields>;
}

0 comments on commit 41dca58

Please sign in to comment.