realm / realm-kotlin

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

Make it configurable which native libs to copy when building #1631

Closed cmelchior closed 5 months ago

cmelchior commented 5 months ago

When I merged https://github.com/realm/realm-kotlin/pull/1607 I forgot to account for Jenkins only copying 2 architectures rather than all 3 as on Github Actions.

This is now made configurable. The default is still that no copying is done.