diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index 102cce5a..cdec05d3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,16 +1,16 @@ # Project Settings -dokka_version_base=1.4.30 +dokka_version_base=1.4.32 dokka_publication_channels=bintray-kotlin-dev&space-dokka-dev dokka_integration_test_parallelism=2 # Versions -kotlin_version=1.4.30 +kotlin_version=1.4.32 coroutines_version=1.4.1 kotlinx_html_version=0.7.2 -kotlin_plugin_version=202-1.4.30-release-IJ8194.7 +kotlin_plugin_version=212-1.4.32-release-IJ1314 idea_version=202.7660.26 language_version=1.4 # Code style kotlin.code.style=official # Gradle settings org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g -org.gradle.parallel=true +org.gradle.parallel=true
\ No newline at end of file |