klibnotion icon indicating copy to clipboard operation
klibnotion copied to clipboard

Date conflict

Open ashdavies opened this issue 3 years ago • 1 comments

Importing Date from org.jraf.klibnotion.model.date can cause conflicts with DateTime libs or locally defined libraries, especially when defined with aliases, we should try to coalesce with the kotlinx and java.ltime library, with respect to multiplatform

ashdavies avatar Jan 05 '22 23:01 ashdavies

Yeah that was a poor decision, I should have named it NotionDate or something, to avoid conflicts. I could rename it but keep a typealias to avoid breaking changes (but marked @Deprecated).

BoD avatar Jan 08 '22 11:01 BoD