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

Update dependencies #894

Merged
merged 1 commit into from Nov 22, 2023
Merged

Update dependencies #894

merged 1 commit into from Nov 22, 2023

Conversation

lukellmann
Copy link
Member

The Gradle builds now have to be run with JDK 11+ because of gmazzo/gradle-buildconfig-plugin#89.

* Ktor 2.3.5 -> 2.3.6
* kotlinx.serialization 1.6.0 -> 1.6.1
* KSP 1.9.20-1.0.13 -> 1.9.20-1.0.14
* KotlinPoet 1.14.2 -> 1.15.1
* JUnit 5 5.10.0 -> 5.10.1
* AtomicFU 0.22.0 -> 0.23.0
* gradle-buildconfig-plugin 4.1.2 -> 4.2.0
@lukellmann lukellmann merged commit 365b554 into main Nov 22, 2023
8 checks passed
@lukellmann lukellmann deleted the dependencies branch November 22, 2023 20:44
lukellmann added a commit that referenced this pull request Nov 22, 2023
lukellmann added a commit that referenced this pull request Mar 2, 2024
I added this property in #894 to ensure we'd be using the AtomicFU
compiler plugin [1] for native when #855 is merged. However, it seems
like a typo slipped through: I think I copied the property from the
description of the PR that added this feature to AtomicFU [2]. Turns out
there was a typo in that description. The property is
kotlinx.atomicfu.enableNativeIrTransformation, not
kotlinx.atomicfu.enableNativeIrTransformations as can be seen in the
source code [3].

[1] https://github.com/Kotlin/kotlinx-atomicfu/blob/0.23.1/README.md#atomicfu-compiler-plugin
[2] Kotlin/kotlinx-atomicfu#363
[3] https://github.com/Kotlin/kotlinx-atomicfu/blob/0.23.1/atomicfu-gradle-plugin/src/main/kotlin/kotlinx/atomicfu/plugin/gradle/AtomicFUGradlePlugin.kt#L38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant