kotbase icon indicating copy to clipboard operation
kotbase copied to clipboard

Kotlin Multiplatform library for Couchbase Lite—a lightweight, embedded, syncable, NoSQL database

Results 7 kotbase issues
Sort by recently updated
recently updated
newest added

Thank you for starting this project. Does this support OpenID Connect (OIDC) auth?

Hi, are there any plans to support Kotlin/WASM targets in the near future?

Update Couchbase Lite dependency to 3.1.6.

Update Couchbase Lite dependency to 3.1.7.

* Gradle 8.9 * Kotlin 1.9.25 * kotlinx-serialization 1.7.3 * mockk 1.13.12 * binary-compatibility-validator 0.16.3 * vanniktech maven publish 0.29.0 * androidx lifecycle runtime 2.8.6 * androidx startup 1.2.0 *...

It seems to rely on libicuuc.so.71, but this file isn't bundled. Checking locally in `/usr/lib` only shows `/usr/lib/libicuuc.so.76.1` and `/usr/lib/libicuuc.so` and `/usr/lib/libicuuc.so.76` symlinking to it. Error: ``` java.lang.ExceptionInInitializerError at DatagenTest.testGenerateSet(DatagenTest.kt:14)...

`Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: empty/missing DT_HASH/DT_GNU_HASH in "/data/app/` This happens when i have the core lib and the ktx lib included as a dependency in commonMain (KMP). I seem...