Skip to content

Commit

Permalink
build: fix dokka metaspace oom
Browse files Browse the repository at this point in the history
  • Loading branch information
protyposis committed Feb 21, 2024
1 parent 893bd3e commit 460dccc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
# org.gradle.parallel=true
android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.useAndroidX=true
android.useAndroidX=true
org.gradle.jvmargs="-XX:MaxMetaspaceSize=1024m"

0 comments on commit 460dccc

Please sign in to comment.