Kotlin / kotlinx-atomicfu

The idiomatic way to use atomic operations in Kotlin
Other
827 stars 56 forks source link

Run integration tests with Kotlin version used to build the library #420

Closed mvicsokolova closed 1 month ago

mvicsokolova commented 1 month ago

Fixes #419

The main goal of this PR is to test builds of projects from integration-testing against the Kotlin version used to build the library. E.g. in Aggregate build test projects should be built with Kotlin from master branch. Otherwise with the same Kotlin version that is set in the root gradle.properties file.

Previously Kotlin version for all integration tests was hardcoded in their local gradle.properties files.

mvicsokolova commented 1 month ago

@shanshin Could you please take a look at this PR? 🙏🏻