Skip to content

Commit

Permalink
Fixed ProGuard rules for nested classes
Browse files Browse the repository at this point in the history
Fixes #1787
  • Loading branch information
shanshin committed Feb 8, 2022
1 parent d254e6d commit ce366de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Uncomment and modify the last section in case you're serializing classes with na
-if @kotlinx.serialization.Serializable class ** {
static **$* *;
}
-keepclassmembers class <1>$<3> {
-keepclassmembers class <2>$<3> {
kotlinx.serialization.KSerializer serializer(...);
}
Expand Down

0 comments on commit ce366de

Please sign in to comment.