File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/plugin-compiler/src/main/kotlin/io/realm/kotlin/compiler Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import org.jetbrains.kotlin.name.Name
2828 */
2929class RealmModelDefaultMethodGeneration (private val pluginContext : IrPluginContext ) {
3030
31- private val realmObjectHelper: IrClass = pluginContext.lookupClassOrThrow(FqNames .REALM_OBJECT_HELPER )
31+ private val realmObjectHelper: IrClass = pluginContext.lookupClassOrThrow(ClassIds .REALM_OBJECT_HELPER )
3232 private val realmToString: IrSimpleFunction = realmObjectHelper.lookupFunction(Name .identifier(" realmToString" ))
3333 private val realmEquals: IrSimpleFunction = realmObjectHelper.lookupFunction(Name .identifier(" realmEquals" ))
3434 private val realmHashCode: IrSimpleFunction = realmObjectHelper.lookupFunction(Name .identifier(" realmHashCode" ))
You can’t perform that action at this time.
0 commit comments