Skip to content

Commit

Permalink
Moved Multiplatform section into README.md and is therefore part of t…
Browse files Browse the repository at this point in the history
…he Getting Started page
  • Loading branch information
sockeqwe committed Jul 28, 2023
1 parent 65f996f commit e3db4c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,17 @@ implementation 'com.freeletics.flowredux:compose:<latest-version>'
implementation 'com.freeletics.flowredux:flowredux:<latest-version>'
```

### JavaScript
No javascript version released yet but it is on our roadmap.
FlowRedux is supported on:

- JVM / Android
- iOS
- watchOS
- tvOS
- macOS
- Linux
- Windows

We do plan to add support for JavaScript but it’s not available yet.

### Snapshot
Latest snapshot (directly published from `main` branch from CI on each change):
Expand All @@ -134,5 +143,5 @@ allprojects {
Then just use `-SNAPSHOT`suffix as version name like

```groovy
implementation 'com.freeletics.flowredux:flowredux:1.0.3-SNAPSHOT'
implementation 'com.freeletics.flowredux:flowredux:1.1.1-SNAPSHOT'
```
13 changes: 0 additions & 13 deletions docs/multiplatform.md

This file was deleted.

0 comments on commit e3db4c5

Please sign in to comment.