disallowUnsafeRead

abstract fun disallowUnsafeRead()(source)

Disallows reading the value of this object when its value may not yet be available or may still change.

The value of this property cannot be read during project configuration, to allow all plugins an opportunity to configure the value. After a project's configuration has completed, the value may be read. The property is also finalized on read.

Since

6.4