-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
?
-
4
-
710
-
Kotlin Beta sprint 20
Right now it looks like we are bundling libc++_shared.so in our cinterop package. This is causing problems with other libraries if they do not agree on the NDK version. Surfacing as errors such as these: https://github.com/realm/realm-kotlin/issues/694.
Looking at Realm Java, it doesn't look like we are bundling libc+_shared which probably means we are using libc+_static instead. At least according to the documentation: https://developer.android.com/ndk/guides/cpp-support#selecting_a_c_runtime
We should investigate why there is such a difference between Realm Java and Realm Kotlin and what would be the most appropriate choice for Realm Kotlin.
- is depended on by
-
RKOTLIN-437 Crash. UnsatisfiedLinkError Pixel 3a arm64-v8a
- Closed