Skip to content

Commit

Permalink
fix artifact table
Browse files Browse the repository at this point in the history
  • Loading branch information
jordond committed Jun 10, 2024
1 parent f9da43a commit 6a6816f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ Monitor network connectivity:

This library is written for Kotlin Multiplatform, and can be used on the following platforms:

| Artifact | Android | iOS | macOS | tvOS | Desktop (JVM) | Browser (js/wasm) |
|-------------------------------|:-------:|:---:|:-----:|------|::|:-----------------:|
| `connectivity-core` | ||||| |
| `connectivity-device` | ||||| |
| `connectivity-android` | ||||| |
| `connectivity-apple` | ||||| |
| `connectivity-http` | ||||| |
| `connectivity-compose` | ||||| |
| `connectivity-compose-device` | ||||| |
| `connectivity-compose-http` | ||||| |
| Artifact | Android | iOS | macOS | tvOS | Desktop (JVM) | Browser (js/wasm) |
|-------------------------------|:-------:|:---:|:-----:|------|:-------------:|:-----------------:|
| `connectivity-core` | ||| || |
| `connectivity-device` | ||| || |
| `connectivity-android` | ||| || |
| `connectivity-apple` | ||| || |
| `connectivity-http` | ||| || |
| `connectivity-compose` | ||| || |
| `connectivity-compose-device` | ||| || |
| `connectivity-compose-http` | ||| || |

## Setup

Expand Down

0 comments on commit 6a6816f

Please sign in to comment.