Hello all :slightly_smiling_face: Is there a way t...
# gradle
t
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 Slack Conversation
Thanks for replying @jlleitschuh , I will try that. 🙂 I also stumbled upon gradle.properties, where I saw a
kotlin.incremental
thing, is this useful and/or necessary? Thanks 🙂
j
I don't know if ``kotlin.incremental` is enabled by default. Just checked, it is: https://kotlinlang.org/docs/reference/using-gradle.html#incremental-compilation It's not a Gradle Kotlin DSL thing. Its a Gradle Kotlin plugin thing.
t
Well, perfect! Thanks for getting back to me 🙂