Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. Warning: kotlinx.coroutines.AbstractContinuation: can't find referenced method 'kotlin.coroutines.CoroutineContext getContext()' in program class kotlinx.coroutines.AbstractContinuation
  2.  
  3. Warning: kotlinx.coroutines.DelayKt: can't find referenced method 'kotlin.coroutines.CoroutineContext getContext()' in program class kotlinx.coroutines.CancellableContinuation
  4.  
  5. Warning: kotlinx.coroutines.channels.TickerChannelsKt: can't find referenced method 'kotlin.coroutines.CoroutineContext plus(kotlin.coroutines.CoroutineContext)' in program class kotlinx.coroutines.CoroutineDispatcher
  6.  
  7. -keepnames class kotlinx.coroutines.internal.MainDispatcherFactory {}
  8. -keepnames class kotlinx.coroutines.CoroutineExceptionHandler {}
  9. -keepnames class kotlinx.coroutines.android.AndroidExceptionPreHandler{}
  10. -keepnames class kotlinx.coroutines.android.AndroidDispatcherFactory {}
  11.  
  12. -keepclassmembernames class kotlinx.** {
  13. volatile <fields>;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement