is anyone familiar with any open issues to gradle ...
# gradle
m
is anyone familiar with any open issues to gradle core or on youtrack for intellij freezing on changes to
buildSrc
code? im struggling to find anything right now
l
Maybe not the same case as you, but Intellij might freeze with assertj and Kotlin (probably when working with the Gradle Kotlin-DSL but to be confirmed): https://youtrack.jetbrains.com/issue/KT-29488
m
awesome thanks
l
check whether you have assertions with
isTrue()
or
isFalse()
šŸ˜›
s
intellij seems to grab A LOT of processor cycles when faced with changes in build.gradle.kts. On our work-MacBook Pros I’ve heard cpu fans spinning on maximum and seen frameupdates after seconds in this case. we don’t even have a buildSrc.
šŸ‘ 1
m
It frustratingly seems to be getting worse and worse for me. It is not generally something I want to spend time on
l
@Stephan Schroeder Did you report that on kotl.in/issue? If so, please link it so we can vote for it.
s
I haven’t, it feels like it’s probably a problem with the KotlinDSL but but there are no hard fact linking it.
I ended up deactivating ā€œauto-importā€, that seems to keep the problems in check.