Skip to content

Commit

Permalink
mention JS IR requirement
Browse files Browse the repository at this point in the history
and drop section about Atrium not supporting IR-backend
  • Loading branch information
robstoll authored May 20, 2024
1 parent 0e6165f commit d20a9e6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Atrium is published to [mavenCentral](https://search.maven.org/search?q=g:ch.tut
It has the following minimum requirement:
- Kotlin: 1.4
- JVM: 11
- JS: IR-Backend (LEGACY supported was dropped with Atrium 1.2.0)

In case you use Kotlin 1.5 or newer, then regardless of the target platform, you can use the following group and artifactId

Expand Down Expand Up @@ -138,16 +139,6 @@ In case you use a version prior to Kotlin 1.5, then use the following depending

</details>

<details>
<summary>I use JS IR but Atrium 1.2.0 was built with LEGACY</summary>

Atrium will support JS IR with v1.2.0 where we drop Kotlin 1.3 support entirely.

In the meantime you can use the special version: 1.2.0-IR-alpha. See https://github.com/robstoll/atrium/releases/tag/v1.2.0-IR-alpha
for further information

</details>

I have other problems: please take a look at the [Sample Projects](#sample-projects) for further guidance.

## Third-party Extensions
Expand Down

0 comments on commit d20a9e6

Please sign in to comment.