Registry / utility / atomicfu-watchosarm32

atomicfu-watchosarm32

JSON →
library0.32.1javamavenunverified

Atomic operations and lock-free utilities for Kotlin/Native targeting WatchOS ARM32.

<dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>atomicfu-watchosarm32</artifactId> <version>0.32.1</version> </dependency>
INSTALL
IMPORT
SIG · ATOMICFU-WATCHOSAR
A
atomicfu-watchosarm32
utilityjavav0.32.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AtomicInt
kotlinx.atomicfu.AtomicInt

Minimal Kotlin example using AtomicInt.

import kotlinx.atomicfu.AtomicInt fun main() { val counter = AtomicInt(0) counter.incrementAndGet() println(counter.value) }
Debug
Known issues
breakingPlatform-specific artifact; ensure your Kotlin/Native target matches watchosarm32.
fix
Use the correct atomicfu artifact for your target platform (e.g., atomicfu-linuxx64).
affects: all
Upgrade
Version history
0.32.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
atomicfu-watchosarm32 — mvn dependency:get atomicfu-watchosarm32 · libregistry