Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 565 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 565 Bytes

ble-kolin

Introduction

BleKotlin is a small but powerful Android Ble Kotlin library with coroutines and flows.

Installation

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>