summaryrefslogtreecommitdiff
path: root/integration-test/gradle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'integration-test/gradle.properties')
-rw-r--r--integration-test/gradle.properties9
1 files changed, 6 insertions, 3 deletions
diff --git a/integration-test/gradle.properties b/integration-test/gradle.properties
index 398917a4..d29c5df2 100644
--- a/integration-test/gradle.properties
+++ b/integration-test/gradle.properties
@@ -2,11 +2,11 @@
# Copyright 2017-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
#
-mainKotlinVersion=1.6.21
-mainLibVersion=1.3.4-SNAPSHOT
+mainKotlinVersion=1.9.22
+mainLibVersion=1.6.4-SNAPSHOT
kotlin.code.style=official
-kotlin.js.compiler=both
+kotlin.js.compiler=ir
gradle_node_version = 1.2.0
node_version = 8.9.3
@@ -15,4 +15,7 @@ mocha_version = 4.1.0
mocha_teamcity_reporter_version = 2.2.2
source_map_support_version = 0.5.3
+# Uncommend & insert path to local Native distribution if you want to test with SNAPSHOT compiler
+#kotlin.native.home=
+
#org.jetbrains.kotlin.native.jvmArgs=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5007