Initial: initial commit
This commit is contained in:
18
core/consumer-rules.pro
Normal file
18
core/consumer-rules.pro
Normal file
@@ -0,0 +1,18 @@
|
||||
-keep class kotlinx.coroutines.CompletableDeferred {
|
||||
*;
|
||||
}
|
||||
|
||||
-keep class kotlin.Unit {
|
||||
*;
|
||||
}
|
||||
|
||||
-keepattributes *Annotation*, InnerClasses
|
||||
-dontnote kotlinx.serialization.AnnotationsKt # core serialization annotations
|
||||
|
||||
# kotlinx-serialization-json specific. Add this if you have java.lang.NoClassDefFoundError kotlinx.serialization.json.JsonObjectSerializer
|
||||
-keepclassmembers class kotlinx.serialization.json.** {
|
||||
*** Companion;
|
||||
}
|
||||
-keepclasseswithmembers class kotlinx.serialization.json.** {
|
||||
kotlinx.serialization.KSerializer serializer(...);
|
||||
}
|
||||
Reference in New Issue
Block a user