Hey all, I'm just curious to know if this happens ...
# intellij-plugins
j
Hey all, I'm just curious to know if this happens to you as well. I'm writing an IJ plugin with Kotlin using Gradle, and when I run
runIdea
sometimes I get a
ClassNotFoundException
, but the class is there. However, when I the same command again (after closing the sandboxed IJ instance), the error is no longer there! Am I doing something wrong? I'm running EAP 16 Preview. My code https://github.com/guacamoledragon/twitch-chat