File tree Expand file tree Collapse file tree 1 file changed +17
-18
lines changed Expand file tree Collapse file tree 1 file changed +17
-18
lines changed Original file line number Diff line number Diff line change 1
- #
2
- # Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3
- #
4
-
1
+ # Kotlin
5
2
version = 0.25.0-SNAPSHOT
6
3
group = org.jetbrains.kotlinx
4
+ kotlin_version =1.2.61
5
+ kotlin_native_version =0.8.2
7
6
8
- kotlin_version = 1.2.61
9
- kotlin_native_version = 0.8.2
10
- junit_version = 4.12
11
- atomicFU_version = 0.11.3
12
- html_version = 0.6.8
7
+ # Dependencies
8
+ junit_version =4.12
9
+ atomicFU_version =0.11.3
10
+ html_version =0.6.8
13
11
lincheck_version =1.9
14
- dokka_version = 0.9.16-rdev-2-mpp-hacks
15
- bintray_version = 1.8.2-SNAPSHOT
12
+ dokka_version = 0.9.16-rdev-2-mpp-hacks
13
+ bintray_version = 1.8.2-SNAPSHOT
16
14
17
- gradle_node_version = 1.2.0
18
- node_version = 8.9.3
19
- npm_version = 5.7.1
20
- mocha_version = 4.1.0
21
- mocha_headless_chrome_version = 1.8.2
22
- mocha_teamcity_reporter_version = 2.2.2
23
- source_map_support_version = 0.5.3
15
+ # JS
16
+ gradle_node_version =1.2.0
17
+ node_version =8.9.3
18
+ npm_version =5.7.1
19
+ mocha_version =4.1.0
20
+ mocha_headless_chrome_version =1.8.2
21
+ mocha_teamcity_reporter_version =2.2.2
22
+ source_map_support_version =0.5.3
24
23
25
24
kotlin.incremental.multiplatform =true
You can’t perform that action at this time.
0 commit comments