Use Clock.System.now()
import kotlin.time.Clock
Clock.System.now()
Returns an Instant representing the current moment in time.