Kotlin (and MVVM) Everywhere!

Hi.
We’d like to let Kotlin users know that the Kotlin MVVM project can now be easily used to write your code once and deploy it everywhere, while using the power of your existing Kotlin or other JVM libraries:

$ ./gradlew run # packages and runs on desktop
$ ./gradlew installDeploy # packages as Android app
$ ./gradlew moeLaunch # runs on iOS
$ ./gradlew bck2brwsrShow # transpiles to JS and runs in a browser

Let your (JVM) Kotlin app run and display everywhere! More info at kt-mvvm website.

Best regards.
-seal

image