Gradle sync fails with Kotlin Multiplatform Mobile and Realm Sync

Following this tutorial doesn’t work. https://www.mongodb.com/docs/realm/sdk/kotlin/install/kotlin-multiplatform/#std-label-kotlin-install-kotlin-multiplatform

It tells me Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ‘:androidApp:debugRuntimeClasspath’.

The basic realm database works, but sync doesn’t.

I’ve figured it out: the default android studio project has iosSimulatorArm64() but realm sync doesn’t support that.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.