
implementation("io.github.kotlinmania:threadlocal-kotlin:0.2.1")Kotlin Multiplatform port of the Rust thread_local crate (Amanieu/thread_local-rs v1.1.9): per-object thread-local storage with O(1) lock-free reads, CAS-allocated buckets, and cross-thread iter()/iterMut()/intoIter().