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
Marcin Aman
07/01/2021, 11:28 AM
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