atrium icon indicating copy to clipboard operation
atrium copied to clipboard

A multiplatform expectation library for Kotlin

Results 89 atrium issues
Sort by recently updated
recently updated
newest added

Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.7.10. Release notes Sourced from jvm's releases. Kotlin 1.7.0 Changelog Analysis API. FIR KT-50864 Analysis API: ISE: "KtCallElement should always resolve to a KtCallInfo" is...

dependencies

Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.7.10. Release notes Sourced from jvm's releases. Kotlin 1.7.0 Changelog Analysis API. FIR KT-50864 Analysis API: ISE: "KtCallElement should always resolve to a KtCallInfo" is...

dependencies

Bumps [multiplatform](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.7.10. Release notes Sourced from multiplatform's releases. Kotlin 1.7.0 Changelog Analysis API. FIR KT-50864 Analysis API: ISE: "KtCallElement should always resolve to a KtCallInfo" is...

dependencies

# Outline Add some specs to `MapToContainInOrderOnlyKeyValueExpectationsSpec` . I made those reference to `IterableToContainInOrderOnlyValuesExpectationsSpec` . # Issue #1129 ______________________________________ I confirm that I have read the [Contributor Agreements v1.0](https://github.com/robstoll/atrium/blob/main/.github/Contributor%20Agreements%20v1.0.txt), agree...

*Platform* (all, jvm, js): all *Extension* (none, kotlin 1.3): none ## Code related feature Following the things you need to do: - [ ] see TODOs in MapToContainInOrderOnlyKeyValueExpectationsSpec ## Your...

help wanted
good first issue

*Platform* (all, jvm, js): all *Extension* (none, kotlin 1.3): none ## Code related feature Would be nicer to have the build file in Kotlin instead of groovy ## Your first...

help wanted
good first issue

Bumps [js](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.7.10. Release notes Sourced from js's releases. Kotlin 1.7.0 Changelog Analysis API. FIR KT-50864 Analysis API: ISE: "KtCallElement should always resolve to a KtCallInfo" is...

dependencies

Bumps `kotlin.version` from 1.7.0 to 1.7.10. Updates `kotlin-stdlib-jdk8` from 1.7.0 to 1.7.10 Commits See full diff in compare view Updates `kotlin-reflect` from 1.7.0 to 1.7.10 Commits See full diff in...

dependencies

Bumps `kotlinVersion` from 1.3.72 to 1.7.10. Updates `kotlin-gradle-plugin` from 1.3.72 to 1.7.10 Release notes Sourced from kotlin-gradle-plugin's releases. Kotlin 1.7.0 Changelog Analysis API. FIR KT-50864 Analysis API: ISE: "KtCallElement should...

dependencies

We currently share the logic for all Iterable when it comes to `toContain`. However, we could provide a faster implementation for contains values because there will never be more than...

enhancement
help wanted