kotlin-stdlib / kotlin.native.concurrent / AtomicReference / value value Native 1.3 var value: T(source) The referenced value. Gets the value or sets the new value. Legacy MM: if new value is not null, it must be frozen or permanent object. Exceptions InvalidMutabilityException - with legacy MM if the value is not frozen or a permanent object