Leonid Startsev | a45e71a | 2019-06-19 14:23:46 +0300 | [diff] [blame] | 1 | # |
Leonid Startsev | 71c08cc | 2020-01-24 14:41:56 +0300 | [diff] [blame] | 2 | # Copyright 2017-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. |
Leonid Startsev | a45e71a | 2019-06-19 14:23:46 +0300 | [diff] [blame] | 3 | # |
| 4 | |
Clara Fok | 93e1812 | 2024-04-23 10:28:10 -0700 | [diff] [blame] | 5 | mainKotlinVersion=1.9.22 |
| 6 | mainLibVersion=1.6.4-SNAPSHOT |
Leonid Startsev | 3fecf30 | 2019-04-04 15:42:55 +0300 | [diff] [blame] | 7 | |
| 8 | kotlin.code.style=official |
Clara Fok | 93e1812 | 2024-04-23 10:28:10 -0700 | [diff] [blame] | 9 | kotlin.js.compiler=ir |
Leonid Startsev | 3fecf30 | 2019-04-04 15:42:55 +0300 | [diff] [blame] | 10 | |
| 11 | gradle_node_version = 1.2.0 |
| 12 | node_version = 8.9.3 |
| 13 | npm_version = 5.7.1 |
| 14 | mocha_version = 4.1.0 |
| 15 | mocha_teamcity_reporter_version = 2.2.2 |
| 16 | source_map_support_version = 0.5.3 |
| 17 | |
Clara Fok | 93e1812 | 2024-04-23 10:28:10 -0700 | [diff] [blame] | 18 | # Uncommend & insert path to local Native distribution if you want to test with SNAPSHOT compiler |
| 19 | #kotlin.native.home= |
| 20 | |
Leonid Startsev | 3fecf30 | 2019-04-04 15:42:55 +0300 | [diff] [blame] | 21 | #org.jetbrains.kotlin.native.jvmArgs=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5007 |