I’m including the realm kotin sdk in my gradle file like this:
implementation ‘io.realm.kotlin:library-base:1.16.0’
implementation ‘org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1’
When I change to version 2.0 or 2.1, I get the following compiler error:
Details: Internal error in file lowering: java.lang.IllegalStateException: Cannot find io/realm/kotlin/types/ObjectId on platform JVM (1.8).