CLOVIS
09/11/2023, 3:22 PM10.minutes
notation become stable? I'm pretty sure I've used in many projects without warnings, but now I see a This declaration is experimental due to signature types and its usage must be marked (will become an error in future releases) with '@kotlin.time.ExperimentalTime' or '@OptIn(kotlin.time.ExperimentalTime::class)'
.hfhbd
09/11/2023, 3:24 PMCLOVIS
09/11/2023, 3:25 PMCLOVIS
09/11/2023, 3:25 PMKlitos Kyriacou
09/11/2023, 3:57 PMDuration.Companion.minutes
and you're using a slightly old stdlib (e.g. 1.7) and bringing in the deprecated top-level function from Duration.kt
instead.