Andrew Ebling
10/07/2021, 8:01 PMawait()
(it doesn’t wait 😂 ), where should I start digging? Tried these in `proguard-rules.pro`:
-keepclassmembernames class kotlinx.** {
volatile <fields>;
}
-keepclassmembers class io.ktor.** {
volatile <fields>;
}
-keepclasseswithmembers class io.netty.** {
*;
}
-keepnames class kotlinx.** { *; }
-keepnames class io.netty.** {
*;
}
-keep class io.ktor.** { *; }
-keep class kotlinx.coroutines.** { *; }
-keep class kotlin.reflect.jvm.internal.** {*;}
-keep class kotlin.text.RegexOption {*;}
louiscad
10/07/2021, 11:58 PM