kotlin-hands-on / jvm-js-fullstack

https://play.kotlinlang.org/hands-on/Full%20Stack%20Web%20App%20with%20Kotlin%20Multiplatform/
121 stars 148 forks source link

Bump Kotlin version from 1.6.10 to 1.6.21 (master) #14

Closed Bezifabr closed 2 years ago

Bezifabr commented 2 years ago

There's a problem with NodeJs 14.17.0 on computers with MacOS and M1 CPU. Kotlin with version 1.6.10 downloads this version of node so the application can't be built. Here's the link to an example discussion: https://youtrack.jetbrains.com/issue/KT-49109

Here, you can find the version suggested by Kotlin developers (1.6.21): https://kotlinlang.org/docs/js-project-setup.html

That's why I have updated the version of Kotlin to 1.6.21.

SebastianAigner commented 2 years ago

Same as your other PR – it truly is appreciated 🤗 , but I've gone ahead and bumped both branches to 1.7.X to keep them in sync.