👍 Now what I want to do is organize my coding structure/workflow around the fact that:
1) I'm used to develop on Windows and intend to keep it that way if possible. 🙂
2) I also have a MacOS computer used to build Xamarin mobile apps targeted for iOS. So my plan is to use this computer to generate the native iOS binary (.framework file) for my SDK, but otherwise use the Windows computer to write the Kotlin Multiplatform code, similar to all the Xamarin code that I have developed on Windows.
Basically, it's the 80/20 rules, 80% development on Windows, 20% (or as necessary) on my Mac Mini.