Jimmy
10/23/2022, 1:07 AMrealm-kotlin
to a tiny test project, and I keep getting this error when I try to reference Realm in my android project.:
Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
class com.radreichley.kmmrepro.Story, unresolved supertypes: io.realm.kotlin.types.RealmObject
I get it in my main project, and this barebones repro project. I’ve copied the build.gradle from their example project (<https://github.com/realm/realm-kotlin-samples/tree/main/MultiplatformDemo/>
), and verified that their project builds fine locally….