Skip to content

Commit

Permalink
Update kotlin to 1.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l committed Jan 11, 2024
1 parent 033fd74 commit b9858f0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import kotlinx.html.js.packageJson
* -PversionTag - works together with "branch-build" profile and overrides "-SNAPSHOT" suffix of the version.
*/
plugins {
kotlin("multiplatform") version "1.9.10"
kotlin("multiplatform") version "1.9.21"
id("maven-publish")
id("signing")
}
Expand Down Expand Up @@ -92,7 +92,13 @@ kotlin {
}
js(IR) {
moduleName = project.name
browser()
browser {
testTask {
useKarma {
useChromeHeadless()
}
}
}

mavenPublication {
groupId = group as String
Expand Down

0 comments on commit b9858f0

Please sign in to comment.