provideJson

fun provideJson(): ERROR CLASS: Symbol not found for Json

Provides the Json instance used by the Retrofit converter factory.

  • ignoreUnknownKeys — forward-compatible: extra fields the SDK does not model are skipped.

  • coerceInputValues — resilient enums: an unknown enum value (e.g. a new reason/status the SDK's io.rekast.sdk.utils.ApiErrorResponses/io.rekast.sdk.utils.StatusTypes does not yet list) is coerced to the property's default (null) instead of failing the whole response.