Update build.gradle.kts
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
This commit is contained in:
parent
1d6d9c77af
commit
80ec206472
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ plugins {
|
|||
id("kotlinx-atomicfu")
|
||||
}
|
||||
|
||||
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"
|
||||
}
|
||||
|
||||
kotlin {
|
||||
android()
|
||||
jvm()
|
||||
|
|
Loading…
Reference in a new issue