```e: The daemon has terminated unexpectedly on st...
# random
p
Copy code
e: The daemon has terminated unexpectedly on startup attempt #1 with error code: 0. The daemon process output:
    1. Kotlin compile daemon is ready
đŸ€·
gradle intensifies 7
the most positive error you'll see today
luckily, this error seems to be swallowed, and Gradle carries on
s
Gradle does what it does.
đŸš« 1
r
yza8p5b4ig661.jpg
💯 2
😅 3
very nice 1
p
☝ what if there's a failure in failing? shall we call it a higher-order failure? 😆
😂 2
t
Relevant: KT-72530 The daemon has terminated unexpectedly on startup attempt #1 with error code: Unknown While it was fixed in 2.1.0 - it may still come from
buildSrc
module where Gradle
kotlin-dsl
plugin applies older Kotlin Gradle Plugin version.
🙌 1
p
oh, cool - thanks!