Shalom
08/13/2023, 3:37 PMDisposingScope(parentDisposable).launch {
delay(1.minutes)
...
}
compilation passes and its calling
public inline val Int.minutes get() = toDuration(DurationUnit.MINUTES)
Unhandled exception in [StandaloneCoroutine{Cancelling}@43e73ea6, Dispatchers.Default]
java.lang.NoSuchMethodError: 'long kotlin.time.DurationKt.toDuration(int, kotlin.time.DurationUnit)'Youssef Shoaib [MOD]
08/13/2023, 3:52 PM