kotlin-hands-on / jvm-js-fullstack

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

Bump Kotlin version from 1.6.10 to 1.6.21 (final) #13

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

Hi @Bezifabr! I appreciate the PR and the effort you've made setting this up! Unfortunately, it's difficult to keep both master and final branches in sync with pull requests. I've updated the project to the latest versions, so hopefully this is resolved either way.