marykdb / rocksdb-multiplatform

Kotlin Multiplatform RocksDB library
Apache License 2.0
19 stars 2 forks source link

Any chance to add support for iosSimulatorArm64? #3

Open lamba92 opened 1 month ago

lamba92 commented 1 month ago

To properly run tests inside Gradle for iOS, the target iosSimulatorArm64 is necessary. Would it be possible to add such target? cinterops should stay the same. It is needed for https://github.com/lamba92/kotlinx.document.store

jurmous commented 1 month ago

I paused development on this library at this moment. I didn't need the multiplatform functionality in any of my current projects which made me reconsider putting the time into this project. Also the Kotlin 2.0 transition made it more effort to keep the native code up to date.