Skip to content

Update datetime library or add a suggestion to use compat #73

@kaidotarma

Description

@kaidotarma

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:

  1. try to get the latest datetime library working in the SDK
  2. add a note to the integration guide to use the compat version for the users of the SDK

BR,
Kaido Tarma

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions