kotlin-stdlib / kotlin.native.concurrent / AtomicInt / increment increment Native 1.3 fun increment()(source) Deprecated: Use incrementAndGet() or getAndIncrement() instead. Atomically increments the current value by one.