anyone tried coroutines within a plugin porject? I...
# intellij-plugins
m
anyone tried coroutines within a plugin porject? I’m facing an error when theres an exception in a coroutine and not surre hot to fix that:
Copy code
Exception in thread "DefaultDispatcher-worker-2" java.lang.NoClassDefFoundError: Could not initialize class kotlinx.coroutines.CoroutineExceptionHandlerImplKt
//....
p
hi, have you find a solution for this issue ?