mqtt icon indicating copy to clipboard operation
mqtt copied to clipboard

bug: crash while building the Gradle file

Open jvondermarck opened this issue 5 months ago • 1 comments

I get many errors when I try to sync my Gradle file as soon as I use the lib MQTT. And I guess it fails for the iOS building part:

commonMain.dependencies {
     implementation("com.ditchoom:mqtt-client:1.2.0")
     implementation("com.ditchoom:mqtt-4-models:1.2.0")
}

Here are the errors: image

jvondermarck avatar Sep 09 '24 07:09 jvondermarck