All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.Clock.kt Maven / Gradle / Ivy

There is a newer version: 0.9.20
Show newest version
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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy