Uploaded image for project: 'Realm Kotlin'
  1. Realm Kotlin
  2. RKOTLIN-1036

[realm-core-13.19.0] No built-in scheduler implementation

      How frequently does the bug occur?

      Every run

      Description

      I have a KMP app and I'm trying to use Realm in it.

      When the following code is executed, I get the "No built-in scheduler..." error ever so briefly flash across the screen (had to video it to see what was happening).

      `val configuration = RealmConfiguration.create(schema = setOf(PelletLot::class))
      val realm = Realm.open(configuration)

      fun saveNewLot(newPellotLot: PelletLot) {

      realm.writeBlocking {
          val pellotLot = copyToRealm(newPellotLot)
      
          Napier.d("PellotLot: " + pellotLot.lotNumber + " saved off.")
      }
      

      }`

      Stacktrace & log output

      Unable to find source-code formatter for language: shell. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
      The only output I could see was that the error occurs at scheduler.cpp line 134
      

      Can you reproduce the bug?

      Yes

      Reproduction Steps

      Rerun the code.

      Version

      1.11.0

      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
      Android Build Tools version: ...35-rc1
      Gradle version: ...8.5

            Assignee:
            Unassigned Unassigned
            Reporter:
            unitosyncbot Unito Sync Bot
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: