Skip to content

Commit

Permalink
Update target chart
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Apr 12, 2024
1 parent 078dce7 commit 4b77c11
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,17 @@ mapping of the Voice API on Kotlin/JVM

## Modules

| Module | Docs | Artifact | JVM | JS | Native² |
|--------------------------|---------------------------------------------------------|-------------------|-----|----|---------|
| [common](common) | [common](https://kordlib.github.io/kord/common) | `kord-common`¹ ||| |
| [rest](rest) | [rest](https://kordlib.github.io/kord/rest) | `kord-rest`¹ ||| |
| [gateway](gateway) | [gateway](https://kordlib.github.io/kord/gateway) | `kord-gateway`¹ ||| |
| [core](core) | [core](https://kordlib.github.io/kord/core) | `kord-core`¹ ||| |
| [voice](voice) | [voice](https://kordlib.github.io/kord/voice) | `kord-voice` || ❌³ | |
| [core-voice](core-voice) | [core-voice](https://kordlib.github.io/kord/core-voice) | `kord-core-voice` ||| |
| Module | Docs | Artifact | JVM | JS (NodeJS) | Native |
|--------------------------|---------------------------------------------------------|--------------------|-----|-------------|--------|
| [common](common) | [common](https://kordlib.github.io/kord/common) | `kord-common`¹ || | |
| [rest](rest) | [rest](https://kordlib.github.io/kord/rest) | `kord-rest`¹ || | |
| [gateway](gateway) | [gateway](https://kordlib.github.io/kord/gateway) | `kord-gateway`¹ || | |
| [core](core) | [core](https://kordlib.github.io/kord/core) | `kord-core`¹ || | |
| [voice](voice) | [voice](https://kordlib.github.io/kord/voice) | `kord-voice`¹ || | ✅² |
| [core-voice](core-voice) | [core-voice](https://kordlib.github.io/kord/core-voice) | `kord-core-voice`¹ || | ✅² |

¹ These artifacts only supports Gradle Version 5.3 or higher, for older Gradle versions and Maven please append `-jvm`
² For Native Support please see #69
³ For Voice JS please see #69
² Currently not on Windows(MinGW) targets, see #69

## Installation

Expand Down

0 comments on commit 4b77c11

Please sign in to comment.