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 | 5ed5f8c | 2018-10-17 19:30:17 +0300 | [diff] [blame] | 17 | library.version=0.8.3-rc13 |
Leonid Startsev | 98c5f41 | 2018-10-03 17:43:19 +0300 | [diff] [blame] | 18 | kotlin.version=1.3.0-rc-131 |
Leonid Startsev | 598aa82 | 2018-09-06 18:20:57 +0300 | [diff] [blame] | 19 | kotlin.version.snapshot=1.3-SNAPSHOT |
Leonid Startsev | 98c5f41 | 2018-10-03 17:43:19 +0300 | [diff] [blame] | 20 | plugin.version=1.3.0-rc-131 |
Leonid Startsev | 598aa82 | 2018-09-06 18:20:57 +0300 | [diff] [blame] | 21 | plugin.version.snapshot=1.3-SNAPSHOT |
Leonid Startsev | 98c5f41 | 2018-10-03 17:43:19 +0300 | [diff] [blame] | 22 | konan.version=1.3.0-rc-131 |
Leonid Startsev | 8642a1f | 2018-04-03 17:38:39 +0300 | [diff] [blame] | 23 | |
Leonid Startsev | becc420 | 2018-05-07 19:29:31 +0300 | [diff] [blame] | 24 | native.deploy=false |
| 25 | |
Leonid Startsev | 48b97e2 | 2018-09-13 13:02:20 +0300 | [diff] [blame] | 26 | org.gradle.parallel=true |
| 27 | org.gradle.caching=true |