Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove kotlin_1_3 modules #1610

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 1 addition & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ In case you use a version prior to Kotlin 1.5, then use the following depending
<details>
<summary>I use JS IR but Atrium 1.1.0 was built with LEGACY</summary>

Atrium will support JS IR once we drop kotlin 1.3 entirely. The plan is to deprecate the kotlin_1_3 extension with
Atrium 1.1.0 and drop it with Atrium 1.2.0 and at the same time switch to JS IR.
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.1.0-IR-alpha. See https://github.com/robstoll/atrium/releases/tag/v1.1.0-IR-alpha
for further information
Expand All @@ -141,30 +140,6 @@ for further information

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



## Extensions

We currently provide the following extensions:
- kotlin_1_3: expectation functions for Kotlin 1.3 specific types, e.g. for [Result](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-result/index.html)
(minimum requirement for Atrium is currently
Kotlin 1.2, that's why it is in a different module -- this module will be merged into Atrium with 1.2.0 where we
drop support for kotlin 1.2)

You can enable it as follows:
```kotlin
dependencies {
testImplementation("ch.tutteli.atrium:atrium-api-fluent-kotlin_1_3:1.1.0")
}
```

<details>
<summary>I use a version prior to Kotlin 1.5</summary>

Add again the corresponding suffix, see [Installation prior to Kotlin 1.5](#installation-prior-to-kotlin-1.5)

</details>

## Third-party Extensions

Following extensions are maintained outside of this repository.
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading