Are there any plans to significantly speed up Dokk...
# dokka
n
Are there any plans to significantly speed up Dokka? I am finding that Dokka generating the reference documentation takes around 25% of the build time (with publishing a Kotlin Native library that targets linuxX64, and linuxArm32Hfp) which is too much, and is the task that takes the longest amount of time (longer than the compilation tasks which is ridiculous).
m
With that description it is hard to say what is causing such long build times but presumably it is garbage collection. We will do our best improve it in foreseeable future, there is an issue for that: https://github.com/Kotlin/dokka/issues/1405 For now you can bump xmx (and maybe metaspace) and see if build times improve
👍 1