| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.31.0 source code.tar.gz | 2026-01-23 | 213.8 kB | |
| 0.31.0 source code.zip | 2026-01-23 | 355.0 kB | |
| README.md | 2026-01-23 | 644 Bytes | |
| Totals: 3 Items | 569.4 kB | 1 | |
This release reworked AtomicFU Gradle plugin's dependencies, allowing to use it with recent Kotlin versions without having issues with metadata version mismatch. If your project is built with Kotlin 2.3 or Kotlin 2.4, consider using this version of the plugin.
- Reworked dependencies for the Gradle plugin to make it work with the latest Kotlin versions (#569)
- Changed a dependency type for test configurations to suppress compile-time warnings in dependant projects (#570)
- Removed dependency on Rhino (#566)
- Updated ASM version to support JDK 25 and 26 (#571)
Thanks to @mannodermaus, @antohaby, and @mMaxy for contributions!