Hello all π
Is there a way to "speed up" editing
.gradle
files in IntelliJ?
It gets stuck for a few second when I type each character, like it's saving/reloading.. Very frustrating
Also, Gradle eats up my RAM incrementally, I think I messed my setup π
Do you have any advice regarding these issues? Thanks! K
g
gaetan
09/18/2017, 2:20 PM
It may be the auto-import of gradle that is responsible of it. Try to deselect it in your gradle settings.
t
trubesv
09/18/2017, 2:30 PM
Thanks for replying @gaetan, I will try that. π
I also stumbled upon gradle.properties, where I saw a
kotlin.incremental
thing, is this useful and/or necessary?
Thanks π