We had a dependency on the jna library for using the bindings in Kotlin lower (5.7.0) than the recommended version by uniffi (5.12.0) as well as the version we use for integration tests (5.13.0).
This caused some issues when I was doing the proc_marco PR #201 , as the older version does not work well with the Objects.
We had a dependency on the
jna
library for using the bindings in Kotlin lower (5.7.0
) than the recommended version byuniffi
(5.12.0
) as well as the version we use for integration tests (5.13.0
).This caused some issues when I was doing the
proc_marco
PR #201 , as the older version does not work well with the Objects.Proposal
Upgrade the dependency from (
5.7.0
) -> (5.13.0
)