module kotlinx.atomicfu {
    requires transitive kotlin.stdlib;

    exports kotlinx.atomicfu;
    exports kotlinx.atomicfu.locks;
}
