Skip to content

Commit

Permalink
[web] Force kotlin/js to use [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Schahen committed Dec 22, 2021
1 parent 4fd239e commit abc6d1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ tasks.register("printBundleSize") {
)
}

// see https://youtrack.jetbrains.com/issue/KT-49109#focus=Comments-27-5381158.0-0
rootProject.plugins.withType<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin> {
rootProject.the<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension>().nodeVersion = "16.13.1"
}

subprojects {
apply(plugin = "maven-publish")

Expand Down

0 comments on commit abc6d1f

Please sign in to comment.