Is there a page or issue somewhere that has the s...
# fleet
r
Is there a page or issue somewhere that has the status of Fleet on macOS vs other platforms? I've seen at least one place where "Fleet supports KMP only on macOS" (for whatever definition of "supports"). I don't have anything running macOS at the moment, so I'm trying to figure out if it's worth embarking on using Fleet for KMP work on Windows "yet".
r
The issue is the platform/Apple itself. Apple only allows Apple development on their platform (macOS).
r
Right, but the wording is "Fleet supports Kotlin Multiplatform only on macOS" , not "Fleet supports KMP with iOS targets only on macOS". If the problem with the tutorial on that page is that you need a Mac because one of the targets is iOS, then the current wording's confusing.
r
You can compile apple target on non apple machines now -> https://kotlinlang.org/docs/multiplatform-publish-lib.html#compilation-for-apple-targets but as it's still experimental they probably haven't yet changed the wording yet. For now it's probably best to have an apple as soon as you add an apple target.
r
I don't have an Apple target which is why I don't particularly care about any of that. I'm just trying to get a sense of whether I'm should expect to run into issues with KMP and Fleet on Windows just because I'm not using a Mac (even though I'm not targeting any Apple platform) because "Fleet supports Kotlin Multiplatform only on macOS". Basically, the difference between "you need macOS if you target Apple platforms" and "you need macOS no matter what because JetBrains is only actively working on KMP support in Fleet on that platform".
r
I agree, the wording could be better. You should be totally fine to develop KMP related stuff on Windows when you don't need apple as target. You should also be fine when you have apple as target you will just not be able to run anything apple target related. Btw on a side note, I am not from JetBrains, just a lurker trying to help 😉
r
Yes I realize that (the lurker bit). 🙂
🫡 1
I shall give Fleet a shot then.
r
🤣
What a world we live in.
Right back to IntelliJ I go then.