blob: 3d00dff93c911075c722eb6ee661fb9489439625 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
# Gradle settings
org.gradle.jvmargs=-Xmx4g
org.gradle.parallel=true
|