Increase memory for dokka (#343)

Same fix as https://github.com/dropbox/kaiken/pull/70
This commit is contained in:
David Chang 2021-11-18 08:07:51 -08:00 committed by GitHub
parent b897ea1add
commit 1c7d72fcf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,3 +2,6 @@
android.useAndroidX=true
org.gradle.caching=true
org.gradle.configureondemand=true
# https://github.com/Kotlin/dokka/issues/1405
org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G