DEV Community

Cover image for Create any kind of app with Kotlin
MOHAN👨🏻‍💻
MOHAN👨🏻‍💻

Posted on • Updated on

Create any kind of app with Kotlin

Links for different libraries/frameworks to build any kind of app using Kotlin:

  • KMM for building cross platform as well as native apps using code sharing. See Docs.
  • Jetpack Compose, UI framework for building android apps using kotlin DSL.
  • Compose Multiplatform UI framework for building Desktop and Web apps using Kotlin DSL, and it enables UI code sharing with android, web and desktop.
  • TornadoFX for developing desktop apps, it has DSLs for making UI.
  • Ktor, to easily make any server side apps using DSLs.
  • Kotlin/JS for writing frontend web apps using Kotlin. As Kotlin can compile to JS too.
  • Kotlin wrappers for JS.
  • Html DSL in Kotlin. See it on Github.
  • Kotlin-React, enjoy making React app using Kotlin. See Tutorial.
  • Kotlin/Native, as Kotlin can also compile to native binaries, that was primarily for building iOS apps but now it is supporting all other platforms.

Thanks for reading this post, and if u like it then please click on heart/unicorn/save icon.

Top comments (0)