How can I use KMM in Android Studio with Windows 1...
# android
p
How can I use KMM in Android Studio with Windows 10 ? Because I can see the plugin available is only for macOS so can anyone tell how I can integrate KMM in my existing or new projects with Windows.
j
it has no sense in windows
you can’t run simulators on windows, only android
l
I use the KMM plugin on Linux. The primary use of the plugin is to create a new Project or launch the iOS simulator. As Javier mentioned, you can't run the iOS Simulator, but you can set up and run the Android side of the project just fine. I do most of my work, including setting up Compose on my Linux laptop, then move to my device running macOS only to set up SwiftUI and test on the iPhone. By using libraries like the moko-mvvm library, the logic can be fully shared.
n
To clarify, you can use KMM you just can’t use the iOS target - if you wanted to develop for js or something you can do that on windows afaik
j
he means the plugin, it is not available in Windows
at least the last time i checked it
btw you can create the project without the wizard
p
@Javier Thank you, I will try to create the project without wizard
n
is KMM ready for production? is there any apps in production using it?