realm-kotlin icon indicating copy to clipboard operation
realm-kotlin copied to clipboard

Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.

Results 329 realm-kotlin issues
Sort by recently updated
recently updated
newest added

Similarly to how it's possible to delete the Realm for local Realms if migration is required, it should be possible to do the same for Synced Realms.

Based on problems expressed in https://github.com/realm/realm-kotlin/issues/1212 We should improve checks in the Gradle Plugin to do the following: - Check if a compatible version of Kotlin is used otherwise log...

Along with the public schema API we should strive to make the implementation shareable throughout the compiler plugin, internal model metadata and library API

Application with Realm database (KMM project for Desktop and Android) causes crush at start if package is built with Release version on any desktop platform (I have only tested on...

O-Community

Currently we are working on [enabling an api-key authprovider](https://github.com/realm/realm-kotlin/pull/1069). We've tried to capture the behaviour of what happens when requests are performed against the provider when it's disabled. Unfortunately the...

Currently they are only tags. Many/most other projects use releases (including changelogs in there)

O-Community

Bumping from Ktor 2.1.2 to 2.2.4 seems to break our tests on Native (both iOS and MacOS), JVM works fine. It is unclear at this moment if this is just...

While debugging some issues on Windows, I discovered that we are leaking SyncSession Pointers for Synced Realms, which will prevent Windows from deleting the Realm lock file. This will result...

The use case surfaced with a customer. We currently have this functionality for local Realms only because we assumed it was only relevant there, but it turns out there is...