2023-09-14 01:44:09 +05:30
|
|
|
-dontobfuscate
|
2022-07-06 01:16:32 +05:30
|
|
|
|
|
|
|
# Disable ServiceLoader reproducibility-breaking optimizations
|
|
|
|
-keep class kotlinx.coroutines.CoroutineExceptionHandler
|
|
|
|
-keep class kotlinx.coroutines.internal.MainDispatcherFactory
|
2023-08-18 16:33:40 +05:30
|
|
|
|
|
|
|
-dontwarn kotlinx.serialization.KSerializer
|
|
|
|
-dontwarn kotlinx.serialization.Serializable
|
2024-07-03 12:01:18 +05:30
|
|
|
-dontwarn org.slf4j.impl.StaticLoggerBinder
|