I'm seeing some issues with the given proguard fil...
# coroutines
s
I'm seeing some issues with the given proguard file for latest version kotlinx.coroutines for Android. Any idea where I can find a proper pro-guard definition?
Copy code
Warning: kotlinx.coroutines.io.ReaderJob$DefaultImpls: can't find referenced method 'java.lang.Throwable getCompletionException(kotlinx.coroutines.Job)' in program class kotlinx.coroutines.Job$DefaultImpls
Warning: kotlinx.coroutines.io.ReaderScope$DefaultImpls: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: kotlinx.coroutines.io.ReaderScope$DefaultImpls: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: kotlinx.coroutines.io.WriterJob$DefaultImpls: can't find referenced method 'java.lang.Throwable getCompletionException(kotlinx.coroutines.Job)' in program class kotlinx.coroutines.Job$DefaultImpls
Warning: kotlinx.coroutines.io.WriterScope$DefaultImpls: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: kotlinx.coroutines.io.WriterScope$DefaultImpls: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: kotlinx.coroutines.time.TimeKt: can't find referenced class kotlinx.coroutines.ScheduledKt
Warning: kotlinx.coroutines.time.TimeKt: can't find referenced class kotlinx.coroutines.ScheduledKt
Warning: kotlinx.coroutines.time.TimeKt: can't find referenced class kotlinx.coroutines.ScheduledKt
l
Which version?
s
latest version
j
looks like you might have two versions: one on the library classpath and one on the program classpath
don't suppose you're using AGP 3.3 or newer?