Skip to content

Commit

Permalink
Merge pull request #61 from Semper-Viventem/update-project
Browse files Browse the repository at this point in the history
Update proguard-rules.pro
  • Loading branch information
Semper-Viventem authored Dec 18, 2023
2 parents 3e0c7ff + d56ab25 commit 885e101
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 885e101

Please sign in to comment.