blob: c9bc0ec988359ff0559e654cc94be1ff6324580f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Project Settings
dokka_version_base=1.4.10
dokka_publication_channel=space-dokka-dev
dokka_integration_test_parallelism=2
# Versions
kotlin_version=1.4.0
coroutines_version=1.3.9
kotlinx_html_version=0.7.2
kotlin_plugin_version=1.4.0-release-329
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
|