aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
blob: edd78940fdeb8ef9f76293d16287e88ab170c9b6 (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-M2-eap-70
kotlin_plugin_version=1.4-M2-eap-63
coroutines_version=1.3.7-1.4-M2

idea_version=193.6494.35
language_version=1.4

# Code style
kotlin.code.style=official

# Memory settings
org.gradle.jvmargs=-Xmx4g