i tried to start my application with `-javaagent:k...
# coroutines
t
i tried to start my application with
-javaagent:kotlinx-coroutines-debug-1.2.2.jar
but then i got
java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics
. any idea what i am doing wrong?
d
Missing kotlin-stdlib in the system classpath
t
well... it's not... 😞