I'm running into `<ERROR CLASS>` issues agai...
# dokka
r
I'm running into
<ERROR CLASS>
issues again, and have ensured the classpath is correct. Any idea on the next steps to debug this? I can't easily put breakpoints in dokka sources since buildscript dependencies aren't shown in the IDE. See https://github.com/Kotlin/dokka/issues/1749#issuecomment-865457198 for context
m
if you want to debug dokka part, you can grab latest master, publish it locally using
./gradlew pTML
and change it’s version in your project. Then you can run project with debug enabled and use IJ with dokka opened