After some testing around, turns out my Gradle dae...
# dokka
s
After some testing around, turns out my Gradle daemon was actually timing out from a
java.lang.OutOfMemoryError
caused by Gradle 5.0 switching the default heap size to 512mb from 1g. It was just running out of memory on the Dokka task repeatedly and failing to crash the daemon until my server's timeout was hit.
👍 5
m
i saw that a decent amount when going to 5.0, too, when using dokka