forked from ktorio/ktor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
81 lines (66 loc) · 1.94 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
#
# Copyright 2014-2020 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
#
# sytleguide
kotlin.code.style=official
# config
version=1.5.2-SNAPSHOT
kotlin.incremental.js=true
kotlin.incremental.multiplatform=true
kotlin.parallel.tasks.in.project=true
org.gradle.parallel=true
kotlin.native.ignoreIncorrectDependencies=true
# gradle
org.gradle.daemon=true
org.gradle.caching=true
org.gradle.vfs.watch=true
org.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
# kotlin
kotlin_version=1.4.21
kotlin.native.ignoreDisabledTargets=true
kotlin.mpp.stability.nowarn=true
# kotlin libraries
benchmarks_version=0.2.0-dev-20
serialization_version=1.0.1
coroutines_version=1.4.2-native-mt
atomicfu_version=0.15.1
validator_version=0.3.0
kotlinx_html_version=0.7.2
# server
netty_version=4.1.54.Final
netty_tcnative_version=2.0.34.Final
jetty_version=9.4.31.v20200723
jetty_alpn_api_version=1.1.3.v20160715
# utility
logback_version=1.2.3
junit_version=4.12
dokka_version=0.9.17
jmh_version=1.21
jmh_plugin_version=0.4.5
nodejs_version=10.15.1
npm_version=6.4.1
slf4j_version=1.7.30
ktlint_version=3.2.0
# typesafe config couldn't be upgraded due to android restrictions
typesafe_config_version=1.3.1
# third-party
apache_version=4.1.4
apache_core_version=4.4.13
gson_version=2.8.6
okhttp_version=4.6.0
jackson_version=2.10.2
jackson_kotlin_version=2.10.2
# js
text_encoding_version=0.7.0
node_fetch_version=2.6.0
abort_controller_version=3.0.0
ws_version=6.2.1
# android (https://developer.android.com/studio/releases/gradle-plugin)
android_gradle_version=3.5.3
android_stetho_version=1.5.1
# Workaround for Bintray treating .sha512 files as artifacts
# https://github.com/gradle/gradle/issues/11412
systemProp.org.gradle.internal.publish.checksums.insecure=true
kotlin.js.compiler=both
kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.mpp.enableCompatibilityMetadataVariant=true