commonMain.Clock.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 WallClock due to conflict with kotlin.time",
level = DeprecationLevel.WARNING,
replaceWith = ReplaceWith("WallClock", "io.fluidsonic.time.WallClock")
)
typealias Clock = WallClock