You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @darrinps. This should have been fixed. Did you also update the io.realm.kotlin:library-base dependency to 1.11.1? Or maybe even try with latest 1.14.1 (plugin and dependency needs to match).
How frequently does the bug occur?
Always
Description
Please refer to #1688 for a full overview.
I set the version to 1.11.1 as it is supposed to have this issue resolved:
Stacktrace & log output
The only thing I could see was: scheduler.cpp:134: [realm-core-13.19.0] No built-in scheduler implementation for this platform.
Can you reproduce the bug?
Always
Reproduction Steps
Set the realm version to 1.11.1 then execute the code:
val configuration = RealmConfiguration.create(schema = setOf(PelletLot::class)) val realm = Realm.open(configuration) //<-- Will error here
Version
1.11.1
What Atlas App Services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
Kotlin 1.9.22 Android 34 for a Desktop app running on Windows 11
Build environment
Android Studio version: ... 2023.2.1 (Iguana)
Android Build Tools version: ...35-rc1
Gradle version: ...8.5
The text was updated successfully, but these errors were encountered: