#135 Dokka 0.9.13 crashes JVM on build. [Kotlin/do...
# dokka
u
#135 Dokka 0.9.13 crashes JVM on build. [Kotlin/dokka] Issue created by ajalt I recently upgraded the Dokka version on an android library that I publish through jitpack. It appears that Dokka is crashing the JVM when run on the Jitpack servers. I can not reproduce the crash on my local machine, but it happens on every build on jitpack. Here's a log with a stacktrace and a thread dump that contains the error: https://jitpack.io/com/github/jitpack-io/flexadapter/e9d8686/build.log And here's another log with just a stacktrace, but that uses the gradle daemon: https://jitpack.io/com/github/ajalt/flexadapter/140483df580a998b301d32ac3a37a67b793967a0/build.log Here are my gradle files: https://github.com/ajalt/flexadapter/blob/master/build.gradle https://github.com/ajalt/flexadapter/blob/master/flexadapter/build.gradle Let me know if there's any more information I can provide.