blob: d29c5df2e54aa942ada1b8ff442ade6d7ca6b0da [file] [log] [blame]
Leonid Startseva45e71a2019-06-19 14:23:46 +03001#
Leonid Startsev71c08cc2020-01-24 14:41:56 +03002# Copyright 2017-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
Leonid Startseva45e71a2019-06-19 14:23:46 +03003#
4
Clara Fok93e18122024-04-23 10:28:10 -07005mainKotlinVersion=1.9.22
6mainLibVersion=1.6.4-SNAPSHOT
Leonid Startsev3fecf302019-04-04 15:42:55 +03007
8kotlin.code.style=official
Clara Fok93e18122024-04-23 10:28:10 -07009kotlin.js.compiler=ir
Leonid Startsev3fecf302019-04-04 15:42:55 +030010
11gradle_node_version = 1.2.0
12node_version = 8.9.3
13npm_version = 5.7.1
14mocha_version = 4.1.0
15mocha_teamcity_reporter_version = 2.2.2
16source_map_support_version = 0.5.3
17
Clara Fok93e18122024-04-23 10:28:10 -070018# Uncommend & insert path to local Native distribution if you want to test with SNAPSHOT compiler
19#kotlin.native.home=
20
Leonid Startsev3fecf302019-04-04 15:42:55 +030021#org.jetbrains.kotlin.native.jvmArgs=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5007