Advance Int/Long/Double.units deprecation level to ERROR #KT-53864

This commit is contained in:
Abduqodiri Qurbonzoda
2022-09-07 23:04:48 +03:00
parent 89b5ce1ed7
commit b388c7503b
4 changed files with 64 additions and 63 deletions
@@ -7,6 +7,7 @@ package kotlin.time
import kotlin.wasm.internal.ExternalInterfaceType
import kotlin.time.TimeSource.Monotonic.ValueTimeMark
import kotlin.time.Duration.Companion.milliseconds
@JsFun("() => typeof globalThis !== 'undefined' && typeof globalThis.performance !== 'undefined' ? globalThis.performance : null")
private external fun tryGetPerformance(): ExternalInterfaceType?