CoinGecko-Kotlin
CoinGecko-Kotlin copied to clipboard
Update atomicfu to v0.27.0
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
org.jetbrains.kotlinx:atomicfu-gradle-plugin | 0.22.0 -> 0.27.0 |
||||
org.jetbrains.kotlinx:atomicfu | 0.22.0 -> 0.27.0 |
Release Notes
Kotlin/kotlinx.atomicfu (org.jetbrains.kotlinx:atomicfu-gradle-plugin)
v0.27.0
- Updated Kotlin to 2.1.0.
v0.26.1
- Fixed configuration cache problem during publication and enabled
org.gradle.configuration-cache
(#β486). Kudos to @βdkrasnoff! π - Fixed publication of
atomicfu-maven-plugin
artifacts (#β490). - Updated build cache authorisation (#β487).
- Update Gradle to 8.10.2.
v0.26.0
- Updated Kotlin to
2.0.21
(#β479). - Removed JS Legacy Transformer and disabled
transformJs
flag by default (#β478). - Added
api
kotlinx-atomicfu dependency for JS and WASM targets (#β475). - Supported deprecated
linuxArm32Hfp
target (#β455). - Run Gradle plugin compilation via the fixed Kotlin compiler version (#β472).
- Updated ASM to 9.7 (#β473).
- Completed refactoring the library build scripts (#β421). Kudos to @βdkrasnoff! π
- Added build/configuration caches and scans (#β451).
v0.25.0
- Got rid of posix interop (#β440).
- Apply
atomicfu-gradle-plugin
by idorg.jetbrains.kotlinx.atomicfu
without buildscript configuration (#β443)(#β445). - Lots of cleanups and improvements in the build scripts. Thanks, @βdkrasnoff!
- Updated Kotlin to
2.0.0
(#β442). - Updated kotlinx-metadata to
2.0.0
(#β441). - Updated Gradle to
8.7
.
v0.24.0
- Move the logic from koltin repository atomicfu gradle plugin to the gradle plugin in the library (#β406).
- Store the version of
atomicfu-gradle-plugin
inatomicfu.properties
file and read it from this file during application (#β405). - Fixed KT-63413, SynchronizedObject does not appear in the project Metadata (#β404).
- ReentrantLock expect class declares a default constructor (#β411).
v0.23.2
- Always add a transitive dependency to the Native target (#β380).
- atomicfu-gradle-plugin adds atomicfu compiler plugin dependency transitively, and it's version is resolved on the user's side (#β386).
- Fixed the bug with Java sources being lost during bytecode transformation (#β395).
- Updated ASM version to 9.6 (#β390).
v0.23.1
- Updated Kotlin to 1.9.21 (#β361).
- Update to Kotlin 1.9.21 fixes regression with klib incompatibility (#β365).
v0.23.0
- Updated Kotlin to 1.9.20 (#β361).
- Updated Gradle version to 8.3.
- Supported transformations for Native targets π (#β363) .
- Introduced WebAssembly target (
wasmJs
andwasmWasi
) π (#β334). - Improved integration testing for
atomicfu-gradle-plugin
(#β345). - Updated implementation of native atomics (#β336).
- Got rid of
previous-compilation-data.bin
file in META-INF (#β344).
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.