Uploaded image for project: 'Realm Kotlin'
  1. Realm Kotlin
  2. RKOTLIN-444

Evaluate use of C++ runtime

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None

      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.

            Assignee:
            nabil.hachicha@mongodb.com Nabil Hachicha
            Reporter:
            unitosyncbot Unito Sync Bot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: