summaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties35
1 files changed, 15 insertions, 20 deletions
diff --git a/gradle.properties b/gradle.properties
index d8751b13..c83a20d2 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,32 +1,27 @@
#
-# Copyright 2018 JetBrains s.r.o.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+# Copyright 2017-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
#
-library.version=0.11.0
+group=org.jetbrains.kotlinx
+version=0.11.1
+
kotlin.version=1.3.30
+
+# This version take precedence if 'bootstrap' property passed to project
kotlin.version.snapshot=1.3-SNAPSHOT
-plugin.version=1.3.30
-plugin.version.snapshot=1.3-SNAPSHOT
-konan.version=1.3.30
-konan.version.snapshot=1.3-SNAPSHOT-native-1.2.0-dev
-# Also set KONAN_LOCAL_DIST enviroment variable to auto-assign konan.home
+# Also set KONAN_LOCAL_DIST enviroment variable in bootstrap mode to auto-assign konan.home
+
+junit_version=4.12
+infra_version=0.1.0-dev-42
+bintray_version=1.8.4-jetbrains-5
+benchmarks_version=0.1.7-dev-14
native.deploy=false
+kotlin.parallel.tasks.in.project=true
+kotlin.incremental.multiplatform=true
org.gradle.parallel=true
org.gradle.caching=false
org.jetbrains.kotlin.native.jvmArgs=-XX:TieredStopAtLevel=1
-#konan.jvmArgs=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5007
+#org.jetbrains.kotlin.native.jvmArgs=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5007