https://kotlinlang.org logo
#compose-desktop
Title
# compose-desktop
e

eygraber

06/20/2022, 8:26 PM
Is there a way to assign a keybinding to refresh the current preview being shown via the compose multiplatform IDE plugin?
I ended up making a run configuration that runs the following gradle command
configureDesktopPreview -Pcompose.desktop.preview.target=<my function> -Pcompose.desktop.preview.ide.port=<got the port from logs>
4 Views