Skip to content

Commit

Permalink
more memory for compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeshustoff committed Apr 9, 2022
1 parent e88e439 commit d63d176
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ kotlin.incremental=true
kotlin.js.compiler=ir
kotlin.js.webpack.major.version=4
kotlin.compiler.execution.strategy=in-process
#kotlin.native.useEmbeddableCompilerJar=true
org.gradle.jvmargs=-Xmx3g

kotlin_version=1.6.20

dikt_version=1.0.0
dikt_sample_version=1.0.0-alpha8
#kotlin.native.useEmbeddableCompilerJar=true

GROUP=io.github.sergeshustoff.dikt
VERSION_NAME=1.0.0-alpha9
Expand Down

0 comments on commit d63d176

Please sign in to comment.