File tree Expand file tree Collapse file tree 6 files changed +340
-47
lines changed Expand file tree Collapse file tree 6 files changed +340
-47
lines changed Original file line number Diff line number Diff line change 1
1
import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpack
2
2
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 "
6
6
val logbackVersion = " 1.2.11"
7
- val kotlinWrappersVersion = " 1.0.0-pre.354 "
7
+ val kotlinWrappersVersion = " 1.0.0-pre.561 "
8
8
val kmongoVersion = " 4.5.0"
9
9
10
10
plugins {
11
- kotlin(" multiplatform" ) version " 1.7.20-Beta "
11
+ kotlin(" multiplatform" ) version " 1.8.21 "
12
12
application // to run JVM part
13
- kotlin(" plugin.serialization" ) version " 1.7.20-Beta "
13
+ kotlin(" plugin.serialization" ) version " 1.8.21 "
14
14
}
15
15
16
16
group = " 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