DEV Community

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

Posted on • Edited on

2 1

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.

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

Top comments (0)

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay