Okay, I'll rant here because I don't want to pollu...
# fun-adaptive
t
Okay, I'll rant here because I don't want to pollute other channels, but I have to write out the frustration somehow. I've never hidden that I hate dependencies. Here is why: 1. everything works, let's refactor, Ktor stops working 2. no problem, I probably made an error, let's log calls to see what's happening 3. add call logging dependency 4. class not found:
CallLogging
, OK, add the dependency to the other module as well 5. class not found:
kotlinx/coroutines/slf4j/MDCContext
What the hell is that? 6. google, add
kotlinx-coroutines-slf4j
dependency as well 7. class not found:
org/fusesource/jansi/Ansi$Color
but.... but... why?
🤣 1