https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
m

Max

11/03/2023, 8:28 AM
I would like to update my kmp fullstack app(ktor server + js client) to kmp 1.9.20. Is there a template somewhere i can look at? the template wizard in intellij doesnt seem to be updated to 1.9.20 yet. Thanks in advance K
k

Konstantin Tskhovrebov

11/03/2023, 8:31 AM
https://terrakok.github.io/Compose-Multiplatform-Wizard/ I updated my wizard to the latest kotlin version
z

zsmb

11/03/2023, 8:43 AM
What are you looking for in the template that you'll use in your upgrade? I understand you already have a KMP app, and you're just trying to move to the latest Kotlin version?
m

Max

11/03/2023, 8:46 AM
its mainly because i would like to see how the new simplified gradle configuration looks like.
The preferred way of doing the gradle conf have changed somewhat during the evolution of kmp and i find it to be the simplest way to migrate to new versions by looking at a fullstack template project and copying the structure to my project.
The compose wizard doesnt seem to have a fullstack app option(Jvm server, common code, js/web frontend) . But ill definitely look at it for inspiration
2 Views