Skip to content

Commit

Permalink
Fix a known R8 error with a proguard rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Aug 29, 2023
1 parent 430943e commit 589d7b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions turbo/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@
-keep class sun.misc.Unsafe { *; }

-keep class dev.hotwire.turbo.** { *; }

# Resolve R8 issue: "ERROR: R8: Missing class java.lang.invoke.StringConcatFactory"
-dontwarn java.lang.invoke.StringConcatFactory

0 comments on commit 589d7b7

Please # to comment.