aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
blob: 371b0b3fdf653cbd41dd14311fbc007ee4bcd9d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
dokka_version_base=1.4-M3
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