From 505e422b6744f68fa65fc4712520d551b2ffd27f Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Tue, 3 Sep 2024 17:58:49 -0700 Subject: [PATCH] Fix proguard rules and readme --- README.md | 1 + compose-desktop.pro | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 20b34b0c..81dfd054 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/compose-desktop.pro b/compose-desktop.pro index dcb6bc70..3f060601 100644 --- a/compose-desktop.pro +++ b/compose-desktop.pro @@ -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.**