kotlin-hands-on / jvm-js-fullstack

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

Update Kotlin and dependency versions #16

Closed antongalitch closed 2 years ago

antongalitch commented 2 years ago

This fixes a build issue with Apple silicone and nodeJS.

SebastianAigner commented 2 years ago

Thanks @antongalitch! Updating Ktor & co. is unfortunately a little more involved than just updating the version numbers – we need to do some migrations both in the examples and in the tutorials. We'll push an updated version sometime next week – thanks for noting this and sending a PR!

antongalitch commented 2 years ago

Thanks @antongalitch! Updating Ktor & co. is unfortunately a little more involved than just updating the version numbers – we need to do some migrations both in the examples and in the tutorials. We'll push an updated version sometime next week – thanks for noting this and sending a PR!

Now that I continued the tutorial I can see more changes are required. Thanks, I'll make sure to test the updated version when it's ready.