ilya.gorbunov
08/13/2020, 3:15 PM2020-08-13T15:15:00Z
, a good time to announce the first milestone of kotlinx-datetime library, v0.1, has been published
https://discuss.kotlinlang.org/t/kotlinx-datetime-0-1-has-been-published/18766Dominaezzz
08/13/2020, 3:16 PMNir
08/13/2020, 3:23 PMstreetsofboston
08/13/2020, 3:24 PMDominaezzz
08/13/2020, 3:24 PMDominaezzz
08/13/2020, 3:26 PMsince java.time is not available on all android devicesI thought that was recently fixed, no? It was backported iirc.
streetsofboston
08/13/2020, 3:31 PMilya.gorbunov
08/13/2020, 3:35 PMjava.time
API, so desugaring should cover that.ilya.gorbunov
08/13/2020, 3:36 PMDuration
type from stdlib in some operations with Instant
.Robert Jaros
08/13/2020, 3:55 PMilya.gorbunov
08/13/2020, 4:11 PMNir
08/13/2020, 4:24 PMNir
08/13/2020, 4:24 PMilya.gorbunov
08/13/2020, 4:39 PMNir
08/13/2020, 4:42 PMNir
08/13/2020, 4:42 PMBig Chungus
08/13/2020, 4:46 PMNir
08/13/2020, 4:50 PMpublic inline class Duration internal constructor(internal val value: Double) : Comparable<Duration> {
Nir
08/13/2020, 4:50 PMserebit
08/13/2020, 8:26 PMrusshwolf
08/14/2020, 4:08 PMDominaezzz
08/14/2020, 4:26 PMkotlinx-datetime
(or datetime
).Big Chungus
08/14/2020, 4:27 PMErik Christensen
08/14/2020, 10:56 PM