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

### How frequently does the bug occur? -- select -- ### Description There are some plugins incompatible with language version 2.0: io.realm.kotlin.compiler.Registrar Please use language version 1.9 or below ###...

O-Community
T-Bug

There are a few changes in this PR: 1. added a build script for Linux 2. updated related Kotlin code to work with Kotlin 2.1.0 3. changed project structure to...

### How frequently does the bug occur? Always ### Description Using certain devices, the first constructor call of RealmConfiguration.Builder() takes 5 or more seconds. Consecutive calls within the same process...

O-Community
T-Bug
Frequency:Always
Repro:Always
SDK-Use:Local
Encryption:On

Kotlin reflection is super slow on some old devices (~20seconds on cold start, see #1544 ), which is a blocker for us after migrating from realm-java to kotlin. We've got...

cla: yes
no-jira-ticket

I have a project that is a couple years old, that uses Realm (local database) written in Java for Android. I recently wanted to add some features, but wanted to...

O-Community

KMP is no longer in beta: https://kotlinlang.org/docs/components-stability.html#kotlin-multiplatform

### Problem Hi, We've submitted Pull Request #1851 which fixes a blocking issue for us. We've tested the fix with local build, but it would be nice to have an...

O-Community
SDK-Use:Local
Importance:Dealbraker

This PR fixes memory leak issues that is described [here](https://github.com/realm/realm-kotlin/issues/1618#issuecomment-2425909234), but this fix introduces new issues. ### Where is leak? The leak was happening in JNI code that is generated...

### How frequently does the bug occur? Sometimes ### Description In specific cases notification callback is not released that leads to memory leaks. A notification callback holds a reference to...

O-Community
T-Bug
SDK-Use:Local
Encryption:Off
Frequency:Sometimes
Repro:Sometimes