Skip to content

Commit

Permalink
remove kotlin_1_3 modules
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Nov 14, 2023
1 parent 6f448db commit d158a7a
Show file tree
Hide file tree
Showing 29 changed files with 6 additions and 937 deletions.
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.

30 changes: 0 additions & 30 deletions apis/infix/extensions/atrium-api-infix-kotlin_1_3/build.gradle.kts

This file was deleted.

Loading

0 comments on commit d158a7a

Please sign in to comment.