aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
blob: f0c75c72134b0d9582ca283c0b18493af6147110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
dokka_version_base=0.11.0
dokka_publication_channel=dokka

# Kotlin compiler and plugin
kotlin_version=1.4-M3-eap-197
kotlin_plugin_version=1.4-M3-release-207
coroutines_version=1.3.7-1.4-M3

idea_version=193.6494.35
language_version=1.4

# Code style
kotlin.code.style=official

# Memory settings
org.gradle.jvmargs=-Xmx4g