Hello, does any one use Realm with kotlin 2.0.0? I...
# multiplatform
p
Hello, does any one use Realm with kotlin 2.0.0? I'm experiencing some issue with building shared module. Not sure if this is my fault, maybe I missed something or maybe it's a little bit to early to upgrade kotlin?
Copy code
> Task :shared:linkDebugFrameworkIosArm64
w: KLIB resolver: Skipping '/Users/casey/.gradle/caches/modules-2/files-2.1/io.realm.kotlin/cinterop-iosarm64/1.16.0/b43158e05050d0044d21757cc3a23215106d7a0d/cinterop-cinterop-realm_wrapper.klib'. The library requires unknown IR provider: kotlin.native.cinterop
e: KLIB resolver: Could not find "/Users/casey/.gradle/caches/modules-2/files-2.1/io.realm.kotlin/cinterop-iosarm64/1.16.0/b43158e05050d0044d21757cc3a23215106d7a0d/cinterop-cinterop-realm_wrapper.klib" in [/Users/casey/dev/XXX]
s
I have exactly the same issue with Ktor
update - in my case the issue had nothing to do with Ktor, it was coming from moko-kswift library - https://github.com/icerockdev/moko-kswift/issues/96