We need those Type Support

Dear Sir,

In Kotlin Realm SDK for Android:

id 'io.realm.kotlin' version '0.10.0' apply false

Could you please add those Types support to Kotlin SDK:

Instant Type and all of his borthers from this library:

Instant, Clock ,LocalDateTime ,TimeZone , ..., etc
import kotlinx.datetime.*
implementation 'org.jetbrains.kotlinx:kotlinx-datetime:0.3.2'

here is the link of the library:

instead of Date Type because Date is not Serializable by default Kotlin Serializable

Date
1 Like