File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackConfig
99
1010// Versions
11- val kvisionVersion = " 8.2.0"
11+ val kotlinVersion: String by System .getProperties()
12+ val kvisionVersion: String by System .getProperties()
1213
1314val webDir = file(" src/jsMain/web" )
1415
1516plugins {
16- val kotlinVersion = " 2.1.10"
17- val kvisionVersion = " 8.2.0"
18-
17+ val kotlinVersion: String by System .getProperties()
18+ val kvisionVersion: String by System .getProperties()
1919 kotlin(" plugin.serialization" ) version kotlinVersion
2020 kotlin(" multiplatform" ) version kotlinVersion
2121 id(" io.kvision" ) version kvisionVersion
Original file line number Diff line number Diff line change 55# that can be found in the LICENSE file.
66#
77kotlin.js.compiler =ir
8+ systemProp.kotlinVersion =2.1.10
9+ systemProp.kvisionVersion =8.2.0
You can’t perform that action at this time.
0 commit comments