```Could not perform incremental compilation: Coul...
# gradle
p
Copy code
Could not perform incremental compilation: Could not connect to Kotlin compile daemon
Could not connect to kotlin daemon. Using fallback strategy.
Is there a way to prevent switching to fallback strategy and just abort the build instead?
I’m not sure how exactly to debug nonconnectable daemon and it’s always faster to stop current build and restart build than wait for fallback strategy to finish.
a
Feel free to upvote the issue https://youtrack.jetbrains.com/issue/KT-48843
👍 1
p
Thanks! I remember now, I’ve upvoted it already
p
I easily notice it because these builds make my computer a heater 😉
132 Views