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.**