Closed raphael-dario closed 1 year ago
Using v0.4.0 on a KMM project, I can't seem to find those signatures
I just copy-pasted the code you're showing to the IDE where v0.4.0 is checked out, and it worked correctly with the latest version.
To add days, for example, I use the following
You shouldn't, it assumes 24-hour days and doesn't account for DST transitions.
never mind, was missing an import, it does work after adding the missing import.
the README says:
A particular amount of date/time units or a date/time period can be added to an Instant with the plus function:
Using v0.4.0 on a KMM project, I can't seem to find those signatures. To add days, for example, I use the following:
I'm guessing the README is outdated?