-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Hi!
Currently, the library is using a rather old version of org.jetbrains.kotlinx:kotlinx-datetime library:
kotlinx-datetime = "0.6.2" # warning: update breaks iOS compilation
When the SDK users also use the datetime library, and a more recent one, for example version "0.7.1", then they will experience crashes in the Pega SDK because of calls to Instant.
The only way to not get crashes, would be to use a compat version of the datetime library, like this: "0.7.1-0.6.x-compat"
A suggestion would be to either:
- try to get the latest datetime library working in the SDK
- add a note to the integration guide to use the compat version for the users of the SDK
BR,
Kaido Tarma
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request