Phuc
05/27/2025, 3:15 AM./gradlew desktopRunHot -PmainClass={my.package}.MainKt
({my.package is my package name), it starts the app with a small icon on the top left for Hot Reload Tooling. And even with this tool, I have to expand the tool and click on Reload.
How can I set up the configuration to make the hot reload works correctly, I just want to change the code, save it and see the updates. Thanks!
(I’m using IntelliJ IDEA 2025.1.1.1)SaurabhS
05/27/2025, 4:49 AM--auto
to the gradle command. The default behavior to auto reload was changed in this version.Phuc
05/27/2025, 6:06 AMPhuc
05/27/2025, 6:06 AMPhuc
05/27/2025, 9:44 AMPhuc
05/27/2025, 9:45 AM