Skip to content

Commit

Permalink
Merge pull request #62 from Semper-Viventem/master
Browse files Browse the repository at this point in the history
Release 0.19.0-beta
  • Loading branch information
Semper-Viventem authored Dec 18, 2023
2 parents 56a29c2 + 885e101 commit c1ec646
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,9 @@
# Serialization core uses `java.lang.ClassValue` for caching inside these specified classes.
# If there is no `java.lang.ClassValue` (for example, in Android), then R8/ProGuard will print a warning.
# However, since in this case they will not be used, we can disable these warnings
-dontwarn kotlinx.serialization.internal.ClassValueReferences
-dontwarn kotlinx.serialization.internal.ClassValueReferences

-dontwarn org.jetbrains.kotlin.compiler.plugin.AbstractCliOption
-dontwarn org.jetbrains.kotlin.compiler.plugin.CommandLineProcessor
-dontwarn org.jetbrains.kotlin.compiler.plugin.CompilerPluginRegistrar
-dontwarn org.jetbrains.kotlin.compiler.plugin.ComponentRegistrar

0 comments on commit c1ec646

Please sign in to comment.