how do I give bluetooth access for MacOS version o...
# multiplatform
j
how do I give bluetooth access for MacOS version of desktop compose? is there any recommended libraries for this
l
I think it'd be a better question for #compose-desktop, or #kotlin-native
BTW, are you talking BLE? If so, the kable Kotlin library might come in handy, though it won't work on the JVM, so only with upcoming Compose Native for macOS (and not Compose Desktop which is JVM based)
j
oh sorry, not too familiar with slack. yes BLE, btw is there any ETA for Compose native for MacOS?
l
I'd say this year. You probably can already compile one from the compose-jb repo.
j
Sorry, where should I check in the compose-jb repo repo for the compose native for os, that is not Compose Desktop that is JVM based?
l
It's the one from JetBrains, there are some samples and unreleased stuff there
It's on GitHub