Could someone explain how the web jetpack compose ...
# compose-desktop
a
Could someone explain how the web jetpack compose work? Does it convert the kotlin code into html or?
a
#compose-web
j
It compiles Kotlin to Javascript. You can learn more about the underlying technology here: https://kotlinlang.org/docs/js-overview.html
👍 2
👆 3