Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafaelsouzaribeiro/mqtt-client-kotlin-jetpack-compose

mqtt client kotlin jetpack compose
https://github.com/rafaelsouzaribeiro/mqtt-client-kotlin-jetpack-compose

jetpack-compose kotlin-android mqtt-client

Last synced: 15 days ago
JSON representation

mqtt client kotlin jetpack compose

Awesome Lists containing this project

README

        

build.gradle.kts dependencies:

```
implementation("org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5")
```

AndroidManifest.xml:
```

```