blob: e97b6b5a8e075036153b278db31646b0c4842bba [file] [log] [blame]
Leonid Startsev8642a1f2018-04-03 17:38:39 +03001#
Leonid Startsevaef21b92018-05-21 13:38:35 +03002# Copyright 2018 JetBrains s.r.o.
Leonid Startsev8642a1f2018-04-03 17:38:39 +03003#
Leonid Startsevaef21b92018-05-21 13:38:35 +03004# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
Leonid Startsev8642a1f2018-04-03 17:38:39 +03007#
Leonid Startsevaef21b92018-05-21 13:38:35 +03008# http://www.apache.org/licenses/LICENSE-2.0
Leonid Startsev8642a1f2018-04-03 17:38:39 +03009#
Leonid Startsevaef21b92018-05-21 13:38:35 +030010# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
Leonid Startsev8642a1f2018-04-03 17:38:39 +030015#
16
Leonid Startsev7e1a13e2019-03-22 17:11:04 +030017library.version=0.11.0
Leonid Startsev1d3e1502019-03-22 18:32:14 +030018kotlin.version=1.3.30-eap-98
Leonid Startsev598aa822018-09-06 18:20:57 +030019kotlin.version.snapshot=1.3-SNAPSHOT
Leonid Startsev1d3e1502019-03-22 18:32:14 +030020plugin.version=1.3.30-eap-98
Leonid Startsev598aa822018-09-06 18:20:57 +030021plugin.version.snapshot=1.3-SNAPSHOT
Leonid Startsev1d3e1502019-03-22 18:32:14 +030022konan.version=1.3.30-eap-96-native-1.2.0-eap-8879
Leonid Startsevb319ba12019-02-14 15:26:12 +030023konan.version.snapshot=1.3-SNAPSHOT-native-1.2.0-dev
Leonid Startsev477563f2018-10-31 16:19:27 +030024# Also set KONAN_LOCAL_DIST enviroment variable to auto-assign konan.home
Leonid Startsev8642a1f2018-04-03 17:38:39 +030025
Leonid Startsevbecc4202018-05-07 19:29:31 +030026native.deploy=false
27
Leonid Startseva38d2762018-11-21 14:33:38 +030028org.gradle.parallel=true
Vsevolod Tolstopyatov7b866f52018-11-20 16:24:33 +030029org.gradle.caching=false
Leonid Startsevb319ba12019-02-14 15:26:12 +030030
Leonid Startsevb947e6b2019-02-15 17:03:58 +030031org.jetbrains.kotlin.native.jvmArgs=-XX:TieredStopAtLevel=1
Leonid Startsevb319ba12019-02-14 15:26:12 +030032#konan.jvmArgs=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5007