From ac07cb686bc0649994c1c69f4a13b53b01b7fd13 Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Thu, 15 Aug 2019 19:22:57 +0300 Subject: [PATCH] Change status of ExperimentalTime API to a more risky one --- libraries/stdlib/src/kotlin/time/ExperimentalTime.kt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libraries/stdlib/src/kotlin/time/ExperimentalTime.kt b/libraries/stdlib/src/kotlin/time/ExperimentalTime.kt index 84fb92a8bcf..df107a58955 100644 --- a/libraries/stdlib/src/kotlin/time/ExperimentalTime.kt +++ b/libraries/stdlib/src/kotlin/time/ExperimentalTime.kt @@ -8,9 +8,10 @@ package kotlin.time import kotlin.annotation.AnnotationTarget.* /** - * This annotation marks the experimental standard library API for measuring time and working with durations. + * This annotation marks the experimental preview of the standard library API for measuring time and working with durations. * - * > Beware using the annotated API especially if you're developing a library, since your library might become binary incompatible + * > Note that this API is in a preview state and has a very high chance of being changed in the future. + * Do not use it if you develop a library since your library will become binary incompatible * with the future versions of the standard library. * * Any usage of a declaration annotated with `@ExperimentalTime` must be accepted either by