@SinceKotlin("2.1") we are suggested to migrate to `kotlin.time.Instant`: ``` @Deprecated( "Use kotlin.time.Instant instead", ReplaceWith("kotlin.time.Instant", "kotlin.time.Instant"), level = DeprecationLevel.WARNING ) @Serializable(with = InstantSerializer::class) public expect class Instant : Comparable<Instant> { ``` But this class is npt serializable: ``` @SinceKotlin("2.1") @ExperimentalTime public class Instant internal constructor( ``` <img width="2382" height="528" alt="Image" src="https://github.com/user-attachments/assets/23ecca6c-c95a-4d5b-97e8-bacb450de0b0" />