Skip to content

Vivecstel/ble-kotlin

Repository files navigation

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>