File tree Expand file tree Collapse file tree 3 files changed +333
-38
lines changed Expand file tree Collapse file tree 3 files changed +333
-38
lines changed Original file line number Diff line number Diff line change 11import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpack
22
3- val kotlinVersion = " 1.7.20-Beta "
4- val serializationVersion = " 1.3.3 "
5- val ktorVersion = " 2.0.3 "
3+ val kotlinVersion = " 1.8.21 "
4+ val serializationVersion = " 1.5.1 "
5+ val ktorVersion = " 2.3.0 "
66val logbackVersion = " 1.2.11"
7- val kotlinWrappersVersion = " 1.0.0-pre.354 "
7+ val kotlinWrappersVersion = " 1.0.0-pre.561 "
88val kmongoVersion = " 4.5.0"
99
1010plugins {
11- kotlin(" multiplatform" ) version " 1.7.20-Beta "
11+ kotlin(" multiplatform" ) version " 1.8.21 "
1212 application // to run JVM part
13- kotlin(" plugin.serialization" ) version " 1.7.20-Beta "
13+ kotlin(" plugin.serialization" ) version " 1.8.21 "
1414}
1515
1616group = " org.example"
Original file line number Diff line number Diff line change 1- kotlin.code.style =official
1+ kotlin.code.style =official
2+ kotlin.js.compiler =ir
You can’t perform that action at this time.
0 commit comments