BleKotlin is a small but powerful Android Ble Kotlin library with coroutines and flows.
Gradle
With groovy:
implementation 'com.github.Vivecstel:ble-kotlin:0.8.0'
With kotlin dsl:
implementation("com.github.Vivecstel:ble-kotlin:0.8.0")
Maven
<dependency>
<groupId>com.github.Vivecstel:ble-kotlin</groupId>
<artifactId>blekotlin</artifactId>
<version>0.8.0</version>
<type>pom</type>
</dependency>