I have installed Realm on new android project and import realm as follow:
import io.realm.Realm
I’m still not able to initialize the app. App
is throwing an error
Am I missing something
val app: App = App(AppConfiguration.Builder(appID).build())
However, I can still do Realm.init(this)
without error
PS: I tried importing import io.realm.mongodb.App
but MongoDB import is throwing an error saying Unresolved reference: mongodb