Increase memory for dokka (#343)
Same fix as https://github.com/dropbox/kaiken/pull/70
This commit is contained in:
parent
b897ea1add
commit
1c7d72fcf2
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue