Closed meierjan closed 10 months ago
In order to use this library on our new app, I had to migrate the library to KMP, also.
I had to remove TimeBasedTariffs, as they relies on TemporalAdjusters which isn't ported to kotlinx.date yet :(. See [1].
TemporalAdjusters
[1] https://github.com/Kotlin/kotlinx-datetime/issues/325
KMP Migration
In order to use this library on our new app, I had to migrate the library to KMP, also.
Breaking Changes
I had to remove TimeBasedTariffs, as they relies on
TemporalAdjusters
which isn't ported to kotlinx.date yet :(. See [1].[1] https://github.com/Kotlin/kotlinx-datetime/issues/325