Creating Kotlin Multi-platform App Using Fleet by Jet brain’s
Hi Dev’s, in this article i am going to walk through you Fleet by jet brain’s, so its bascially IDE by jet brain’s to develop KMP app’s so you don’t need to develop KMP apps using android studio so lets get started.

1st visit: https://www.jetbrains.com/help/kotlin-multiplatform-dev/fleet.html#get-started-with-fleet and download the required tools.
After that visit: https://kmp.jetbrains.com/ to create your desired KMP project. So it will download the project for you.
Now open your project in the Fleet and navigate to the composeApp and inside the composeApp directory navigate to the commonMain then kotlin directory and copy the below code,
After that Copy Login Screen code from here:
Now run the app by changing to each app like goto androidMain, iosMain and desktopMain then change the function name here to LoginScreen.
Finally the app output is here:
