Hey :wave: Is fleet supposed to work on swift only...
# fleet
f
Hey 👋 Is fleet supposed to work on swift only project? I initialised a CLI project using
swift package init --name Hello --type executable
and I can't get code completion to work even though smart mode is on. It just has basic syntax highlighting.
a
Hi! Fleet will support opening standalone SPM projects, as well as having them as a part of a Kotlin Multiplatform project. I can't give you any estimates, but this is currently a work in progress, so please keep track of this issue for updates!
f
Oh, I thought it's already supported. Looking forward to it!