aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
blob: 268727591aebc108712aefda2bcf0f3d6b49a3e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
dokka_version_base=1.4.0-rc
dokka_publication_channel=dokka

# Kotlin compiler and plugin
kotlin_version=1.4-M3
kotlin_plugin_version=1.4-M3-release-207
coroutines_version=1.3.7-1.4-M3
kotlinx_html_version=0.7.1-1.4-M3

idea_version=193.6494.35
language_version=1.4

# Code style
kotlin.code.style=official

# Gradle settings
org.gradle.jvmargs=-Xmx4g
org.gradle.parallel=true