decrement

Deprecated (with error)

Use decrementAndGet() or getAndDecrement() instead.

Replace with

this.decrementAndGet()

Atomically decrements the current value by one.

Since Kotlin

1.3