TY. I'm trying to get the UI right and the time between builds is making me 'grumpy'.
😀 1
😆 2
a
Albert Chang
03/16/2021, 1:10 PM
You also have to build the project in order to get the preview refreshed. I haven’t tried compose desktop but as for Android actually deploying the app to the device (or emulator) is faster than waiting for the preview to refresh.
☝️ 2
t
Trevor Merritt
03/16/2021, 1:12 PM
ive moved my project, libs, and Idea onto a RAMdisk and its made a very significant improvement, but I'd like faster. 😛
o
orangy
03/16/2021, 3:31 PM
Try to use IJ’s own build system, not Gradle. It’s order of magnitude faster for small incremental changes.
orangy
03/16/2021, 3:32 PM
I mean, define project in Gradle like normal, import into IDE, but then build with IDEA