diff --git a/build.gradle.kts b/build.gradle.kts index 95c164b..18b6f1a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,7 +41,7 @@ plugins { // this is for using nodejs in gradle // TODO maybe later we can do kotlin-multiplatform // see: https://stackoverflow.com/questions/78493876/kotlin-gradle-multiplatform-not-producing-nodejs-artifact - id("com.github.node-gradle.node") version "7.0.2" + id("com.github.node-gradle.node") version "7.1.0" }