[Stdlib] Deprecate BuilderInference annotation

^KT-52400 Fixed
This commit is contained in:
Victor Petukhov
2022-05-31 14:17:18 +02:00
parent 4d47cf07be
commit de3f5497ab
3 changed files with 6 additions and 0 deletions
@@ -34,6 +34,8 @@ import kotlin.experimental.ExperimentalTypeInference
@Retention(AnnotationRetention.BINARY)
@SinceKotlin("1.3")
@ExperimentalTypeInference
@Deprecated("BuilderInference annotation may not be used anymore. The builder inference is enabled automatically for builder calls if needed")
@DeprecatedSinceKotlin(warningSince = "1.7", errorSince = "1.9", hiddenSince = "1.10")
public annotation class BuilderInference