1# 2# Copyright 2017-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. 3# 4 5mainKotlinVersion=1.9.22 6mainLibVersion=1.6.4-SNAPSHOT 7 8kotlin.code.style=official 9kotlin.js.compiler=ir 10 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 18# Uncommend & insert path to local Native distribution if you want to test with SNAPSHOT compiler 19#kotlin.native.home= 20 21#org.jetbrains.kotlin.native.jvmArgs=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5007 22