Skip to content

Commit f96177b

Browse files
danil-pavlovSebastianAigner
authored andcommitted
update: js ir and version upgrade
1 parent 8aba666 commit f96177b

File tree

6 files changed

+340
-47
lines changed

6 files changed

+340
-47
lines changed

build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
import 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"
66
val logbackVersion = "1.2.11"
7-
val kotlinWrappersVersion = "1.0.0-pre.354"
7+
val kotlinWrappersVersion = "1.0.0-pre.561"
88
val kmongoVersion = "4.5.0"
99

1010
plugins {
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

1616
group = "org.example"

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
kotlin.code.style=official
1+
kotlin.code.style=official
2+
kotlin.js.compiler=ir

0 commit comments

Comments
 (0)