You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Dokka is run with the debug logging level via Gradle/Maven/CLI runners, it should dump a pretty-printed JSON string of the used DokkaConfiguration.
This would be very helpful when debugging various user problems as a lot of the times bugs occur due to invalid configuration.
This would also help with comparing configurations across projects/versions and allow us to manually check the compatibility on configuration level.