Need help. <https://stackoverflow.com/questions/79...
# multiplatform
s
Need help. https://stackoverflow.com/questions/79173193/how-to-add-macos-specific-code-in-kotlin-compose-multi-platform I want to write macOS specific code like bluetooth permission in a compose multi platform app which runs in macOS and android Only. But dont how how to include the swift code in my KMM app. the KMM wizard creates only 3 packages commonMain, androidMain and desktopMain. but not macOS main even after adding macOS configurations in gradle. Please help i am so stuck in this 🙏