https://kotlinlang.org logo
Title
c

Cru

03/26/2023, 2:51 PM
Hi everyone. I want to learn VueJS. But, I want to learn it while using kotlin (instead of javascript). How can I set up my hello world application?
b

Big Chungus

03/26/2023, 4:40 PM
m

Mike Dawson

03/27/2023, 7:13 AM
Unfortunately the interoperability of Kotlin with Javascript is not seamless like with Java. It seems like the Vue kotlin project hasn't been updated for 4 years. Getting Kotlin to work with an entire framework is probably a non-trivial undertaking. Could be very educational, but unlikely to be trivial. I think the official JS wrappers are probably you're best starting point, but right now, the supported framework is React: https://github.com/JetBrains/kotlin-wrappers