1 2 3 4 5
# Gradle JVM args — IntelliJ build needs a comfortable heap. org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 org.gradle.parallel=true org.gradle.caching=true kotlin.code.style=official