commonMain.measurement.Duration.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluid-time-jdk8 Show documentation
Show all versions of fluid-time-jdk8 Show documentation
Multiplatform date & time library
package io.fluidsonic.time
@Deprecated(
message = "renamed to PrecideDuration due to conflict with kotlin.time",
level = DeprecationLevel.WARNING,
replaceWith = ReplaceWith("PrediceDuration", "io.fluidsonic.time.PreciseDuration")
)
typealias Duration = PreciseDuration