Skip to content

Commit

Permalink
Fix proguard rules and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
romainguy committed Sep 4, 2024
1 parent 360a174 commit 505e422
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ which panels are visible using the *View* menu.
- Clicking a jump instruction will show an arrow to the jump destination.
- Shows the number of instructions and branches per method.
- Click a disassembled instruction or register to highlight all occurrences.
- Inline aarch64 (ARM 64 bit) documentation. Use *View > Show Logs & Documentation*.

# Kotlin Explorer and R8

Expand Down
3 changes: 3 additions & 0 deletions compose-desktop.pro
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@
-keep class androidx.compose.ui.input.key.KeyEvent_skikoKt { *; }
-dontnote androidx.compose.ui.input.key.KeyEvent_skikoKt
-dontwarn androidx.compose.ui.input.key.KeyEvent_skikoKt

-dontnote org.jetbrains.jewel.intui.markdown.standalone.styling.extensions.**
-dontwarn org.jetbrains.jewel.intui.markdown.standalone.styling.extensions.**

0 comments on commit 505e422

Please sign in to comment.