DataDog / dd-sdk-kotlin-multiplatform

Datadog SDK for Kotlin Multiplatform
Apache License 2.0
4 stars 0 forks source link

RUM-5924: Support event model generation from JSON schema #59

Closed 0xnm closed 1 month ago

0xnm commented 1 month ago

What does this PR do?

This PR prepares basement for the events models generation from the JSON schema.

Generator code was taken from Android SDK repo and the part responsible for serialization/deserialization was removed.

Also plugins/tasks were slightly modified for the KMP environments.

These models will be needed later for the event mapping.

Review checklist (to be filled by reviewers)