Skip to content Skip to sidebar Skip to footer

How To Fix "object Is Not Part Of The Schema For This Realm"

I'm trying to set up an application that uses the Realm database but I can't seem to make it work. I've also disabled Instant Run but that didn't solve the problem either. Here are

Solution 1:

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-android'
apply plugin: 'com.google.gms.google-services'
apply plugin: 'kotlin-kapt' // <---
apply plugin: 'realm-android'

Post a Comment for "How To Fix "object Is Not Part Of The Schema For This Realm""