关于Android Realm kotlin 错误 Class is not part of the schema for this Realm

方法1:

将所有类都转化为kotlin

方法2:

在文件app/build.gradle添加

dependencies{
 kapt "io.realm:realm-annotations:5.0.0"
 kapt "io.realm:realm-annotations-processor:5.0.0"
}
updatedupdated2021-10-222021-10-22