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

commonMain.measurement.Duration.kt Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy