Skip to content

Commit a54161d

Browse files
committed
Update kotlin to 1.9.21
1 parent 0ada6ac commit a54161d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

build.gradle.kts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import kotlinx.html.js.packageJson
66
* -PversionTag - works together with "branch-build" profile and overrides "-SNAPSHOT" suffix of the version.
77
*/
88
plugins {
9-
kotlin("multiplatform") version "1.9.10"
9+
kotlin("multiplatform") version "1.9.21"
1010
id("maven-publish")
1111
id("signing")
1212
}
@@ -92,7 +92,13 @@ kotlin {
9292
}
9393
js(IR) {
9494
moduleName = project.name
95-
browser()
95+
browser {
96+
testTask {
97+
useKarma {
98+
useChromeHeadless()
99+
}
100+
}
101+
}
96102

97103
mavenPublication {
98104
groupId = group as String

0 commit comments

Comments
 (0)