Atul Gupta
06/02/2024, 1:48 PMSystem.currentTimeInMillis()
in Kotlin? If not what should be the fallback for native, jvm(desktop) and IOS?mohamed rejeb
06/02/2024, 1:59 PMClock.System.now()
in https://github.com/Kotlin/kotlinx-datetimeAtul Gupta
06/02/2024, 1:59 PMAtul Gupta
06/02/2024, 2:01 PMIf you target Android devices running *below API 26*, you need to use Android Gradle plugin 4.0 or newer and enable core library desugaring.
mohamed rejeb
06/02/2024, 2:04 PMAtul Gupta
06/02/2024, 2:05 PMmohamed rejeb
06/02/2024, 2:06 PMmohamed rejeb
06/02/2024, 2:07 PMexpect object DateTime {
fun currentTimeInMillis(): Long
}
hfhbd
06/02/2024, 2:19 PMAtul Gupta
06/02/2024, 2:19 PMhfhbd
06/02/2024, 2:21 PM