Leonid Startsev | 8642a1f | 2018-04-03 17:38:39 +0300 | [diff] [blame] | 1 | # |
Leonid Startsev | aef21b9 | 2018-05-21 13:38:35 +0300 | [diff] [blame] | 2 | # Copyright 2018 JetBrains s.r.o. |
Leonid Startsev | 8642a1f | 2018-04-03 17:38:39 +0300 | [diff] [blame] | 3 | # |
Leonid Startsev | aef21b9 | 2018-05-21 13:38:35 +0300 | [diff] [blame] | 4 | # 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 Startsev | 8642a1f | 2018-04-03 17:38:39 +0300 | [diff] [blame] | 7 | # |
Leonid Startsev | aef21b9 | 2018-05-21 13:38:35 +0300 | [diff] [blame] | 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
Leonid Startsev | 8642a1f | 2018-04-03 17:38:39 +0300 | [diff] [blame] | 9 | # |
Leonid Startsev | aef21b9 | 2018-05-21 13:38:35 +0300 | [diff] [blame] | 10 | # 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 Startsev | 8642a1f | 2018-04-03 17:38:39 +0300 | [diff] [blame] | 15 | # |
| 16 | |
Leonid Startsev | 7e1a13e | 2019-03-22 17:11:04 +0300 | [diff] [blame] | 17 | library.version=0.11.0 |
Leonid Startsev | 1d3e150 | 2019-03-22 18:32:14 +0300 | [diff] [blame] | 18 | kotlin.version=1.3.30-eap-98 |
Leonid Startsev | 598aa82 | 2018-09-06 18:20:57 +0300 | [diff] [blame] | 19 | kotlin.version.snapshot=1.3-SNAPSHOT |
Leonid Startsev | 1d3e150 | 2019-03-22 18:32:14 +0300 | [diff] [blame] | 20 | plugin.version=1.3.30-eap-98 |
Leonid Startsev | 598aa82 | 2018-09-06 18:20:57 +0300 | [diff] [blame] | 21 | plugin.version.snapshot=1.3-SNAPSHOT |
Leonid Startsev | 1d3e150 | 2019-03-22 18:32:14 +0300 | [diff] [blame] | 22 | konan.version=1.3.30-eap-96-native-1.2.0-eap-8879 |
Leonid Startsev | b319ba1 | 2019-02-14 15:26:12 +0300 | [diff] [blame] | 23 | konan.version.snapshot=1.3-SNAPSHOT-native-1.2.0-dev |
Leonid Startsev | 477563f | 2018-10-31 16:19:27 +0300 | [diff] [blame] | 24 | # Also set KONAN_LOCAL_DIST enviroment variable to auto-assign konan.home |
Leonid Startsev | 8642a1f | 2018-04-03 17:38:39 +0300 | [diff] [blame] | 25 | |
Leonid Startsev | becc420 | 2018-05-07 19:29:31 +0300 | [diff] [blame] | 26 | native.deploy=false |
| 27 | |
Leonid Startsev | a38d276 | 2018-11-21 14:33:38 +0300 | [diff] [blame] | 28 | org.gradle.parallel=true |
Vsevolod Tolstopyatov | 7b866f5 | 2018-11-20 16:24:33 +0300 | [diff] [blame] | 29 | org.gradle.caching=false |
Leonid Startsev | b319ba1 | 2019-02-14 15:26:12 +0300 | [diff] [blame] | 30 | |
Leonid Startsev | b947e6b | 2019-02-15 17:03:58 +0300 | [diff] [blame^] | 31 | org.jetbrains.kotlin.native.jvmArgs=-XX:TieredStopAtLevel=1 |
Leonid Startsev | b319ba1 | 2019-02-14 15:26:12 +0300 | [diff] [blame] | 32 | #konan.jvmArgs=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5007 |