realm-kotlin
realm-kotlin copied to clipboard
Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
``` realmAsFlow_doesNotTrackVersions[jvm] java.lang.AssertionError: VersionInfo(main=VersionData(current=VersionId(version=2), active=[VersionId(version=2)]), notifier=null, writer=VersionData(current=VersionId(version=5), active=[])) ``` Observed in https://github.com/realm/realm-kotlin/runs/27253844867#r58
Observed this crash in device farm tests. Not sure that it is related to `collection_defaultTypes` or if it is some cleanup from previous tests that is cascading. ``` 2024-07-06T17:39:57.4840574Z 07-06...
### How frequently does the bug occur? Always ### Description hello! i'm trying to update my project to kotlin 2.0 and therefore have to update my realm-kotlin version. but at...
RealmUtils.copyToRealm() name object class in "Cannot set/copyToRealm an outdated object" Exception
### Problem `throw IllegalArgumentException("Cannot set/copyToRealm an outdated object. Use findLatest(object) to find the version of the object required in the given context.")` is often called recursive. The Exception is thus...
### Problem Is it possible to revert to a previous realm version format by using the realm-kotlin SDK? I.e downgrading from v24 to v23 ### Solution _No response_ ### Alternatives...
### How frequently does the bug occur? Always ### Description Our Android app uses a Local Realm database to store data (io.realm.kotlin:library-base:2.1.0). I've built a release Android APK with pro-guard...
### How frequently does the bug occur? Always ### Description import io.realm.RealmObject import io.realm.annotations.PrimaryKey import io.realm.annotations.RealmClass @RealmClass open class Event ( @PrimaryKey var id: Long = 0, var gameID: Long...
### How frequently does the bug occur? Sometimes ### Description The app just randomly crashes without logs at Crashlytics or Google Play Store. ### Stacktrace & log output ```shell 1:...
### How frequently does the bug occur? Always ### Description Hey, if you use Kotlin Multiplatform with an Android module and Realm you most likely also use Robolectric. If you...
### How frequently does the bug occur? Always ### Description When migrating from Realm-Java to Realm-Kotlin, data is not migrated. There is no change in schema and classes, I tested...