Kotlin BLE Library

Hi,
I am busy researching the best ways to communicate with Ble devices through an app. I added the dependencies of Nordics Kotlin Ble library into a new kotlin project and then realized that classes like BleScanner(Context) and BleScanResultAggregator do not exist (even though these were the classes used to display how the "Ble Scanner" implementation should work). I also downloaded all the code from the Kotlin-BLE-Library and tried to open the app_client project but got the error: 

  • No matching variant of no.nordicsemi.android.gradle:plugins:1.11.1 was found. The consumer was configured to find a library for use during runtime, compatible with Java 11, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.5' but:

Is there any documentation online to using this library?
Can anyone help me fix this error/get started with the SDK?

Related