Property

DefaultMonotonicFrameClock

The MonotonicFrameClock used by withFrameNanos and withFrameMillis if one is not present in the calling kotlin.coroutines.CoroutineContext.

Deprecated

MonotonicFrameClocks are not globally applicable across platforms. Use an appropriate local clock.

Source set: Common
public expect val DefaultMonotonicFrameClock: MonotonicFrameClock

The MonotonicFrameClock used by withFrameNanos and withFrameMillis if one is not present in the calling kotlin.coroutines.CoroutineContext.

This value is no longer used by compose runtime.

Deprecated

MonotonicFrameClocks are not globally applicable across platforms. Use an appropriate local clock.

Source set: Desktop
public actual val DefaultMonotonicFrameClock: MonotonicFrameClock

Deprecated

MonotonicFrameClocks are not globally applicable across platforms. Use an appropriate local clock.

Source set: WasmJs
public actual val DefaultMonotonicFrameClock: MonotonicFrameClock

The MonotonicFrameClock used by withFrameNanos and withFrameMillis if one is not present in the calling kotlin.coroutines.CoroutineContext.

This value is no longer used by compose runtime.

Deprecated

MonotonicFrameClocks are not globally applicable across platforms. Use an appropriate local clock.

Source set: Native
public actual val DefaultMonotonicFrameClock: MonotonicFrameClock

The MonotonicFrameClock used by withFrameNanos and withFrameMillis if one is not present in the calling kotlin.coroutines.CoroutineContext.

This value is no longer used by compose runtime.

Deprecated

MonotonicFrameClocks are not globally applicable across platforms. Use an appropriate local clock.

Source set: Android
public actual val DefaultMonotonicFrameClock: MonotonicFrameClock

Deprecated

MonotonicFrameClocks are not globally applicable across platforms. Use an appropriate local clock.

Source set: JS
public actual val DefaultMonotonicFrameClock: MonotonicFrameClock

The MonotonicFrameClock used by withFrameNanos and withFrameMillis if one is not present in the calling kotlin.coroutines.CoroutineContext.

This value is no longer used by compose runtime.

Last updated: