TM-Apps / konnection

A Kotlin Multiplatform library to emit Network Connection data.
Apache License 2.0
144 stars 10 forks source link

Supporting jvm and other platforms? #3

Closed glureau closed 4 months ago

glureau commented 1 year ago

Using this library in some low-level libraries, I find it hard to add new platforms.

I know it makes no sense most of the time to check connectivity on a jvm project (assuming backend), but sometimes I think it does(jvm desktop for example). Also even a default implementation that consider the device always connected would be a cool shortcut for me.

What do you think?

magnumrocha commented 7 months ago

Hi @glureau , just released the version 1.2.0 with the JVM target