Undeprecate @BuilderInference annotation #KT-52400 Declined

This commit is contained in:
Mikhail Glukhikh
2022-08-16 16:59:43 +02:00
committed by Space
parent 744896b571
commit b4a92e8a56
6 changed files with 3 additions and 9 deletions
@@ -34,8 +34,6 @@ 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