• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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=2.0.20
6mainLibVersion=1.7.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
18kapt.use.k2=true
19
20# Uncommend & insert path to local Native distribution if you want to test with SNAPSHOT compiler
21#kotlin.native.home=
22
23#org.jetbrains.kotlin.native.jvmArgs=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5007
24