realm / realm-kotlin

Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
Apache License 2.0
880 stars 52 forks source link

Improved mechanism for unpacking of JVM native libs suitable for local development #1715

Open rorbech opened 2 months ago

rorbech commented 2 months ago

After #1637 we only copy native libs into a suitable location if the files does not exists. This prevents updates of the cache if unpacking new libraries with the same version which is what we do during development. We need an improved mechanism that takes this into account.

I think it is safest to go back to the previous approach with a checksum and then find some way for users to programatically opt out from the verification if required.

sync-by-unito[bot] commented 2 months ago

➤ PM Bot commented:

Jira ticket: RKOTLIN-1065