Thought I’d share findings related to a question I...
# getting-started
p
Thought I’d share findings related to a question I had about debug/compile time. I was able to speed up compilation in Intellij for a simple hello world app from >10s to <1s using the following settings: 1- Add the following to /etc/hosts: 127.0.0.1 localhost <hostname>.local 2- Set Build Tools -> Gradle -> Runner -> Delegate IDE build/run actions to Gradle
👍 1