0.7.0
- Remove dependency on
native-mt
version of Coroutines (#134, #140) - Replace usages of deprecated
sendBlocking
withtrySendBlocking
(#138)
🏗️ New Features
🐛 Bug Fixes
- Handle peripheral initiated MTU changes (#135), thanks to @mediaController for reporting the issue
- Handle bluetooth adapter state changes (#133, #137), special thanks to @cedrickcooke for contributing and @wrsx for reporting/testing
Note: -native-mt
Coroutines is no longer configured as a transitive dependency. If you are using Kable on Native (e.g. Apple) targets, please update your Gradle configuration accordingly; refer to updated example configuration in README for guidance.