gradle build: intellij hot swapping not working anymore? | jeckels | 2017-11-27 14:43 |
Status: Closed | ||
Hi Ben, When doing a build of an individual file, IntelliJ is very unlikely to compile any dependencies outside of that single .java file. Have you completed a full project build within IntelliJ first? If that completes successfully, IntelliJ should reuse those results to allow for the incremental, single-file builds via Ctrl-Shift-F9. Thanks, Josh |
||