Skip to content

Commit

Permalink
Merge branch 'main' into feature/github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Melchior committed Jan 29, 2024
2 parents 10a282c + ba6d423 commit cb0c1a5
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
package io.realm.kotlin

import io.realm.kotlin.dynamic.DynamicMutableRealm

/**
* Update policy that controls how to handle import of objects with existing primary keys when
* import them with [MutableRealm.copyToRealm] and [DynamicMutableRealm.copyToRealm].
* import them with [MutableRealm.copyToRealm] and
* [io.realm.kotlin.dynamic.DynamicMutableRealm.copyToRealm].
*
* @see MutableRealm.copyToRealm
* @see DynamicMutableRealm.copyToRealm
Expand Down

0 comments on commit cb0c1a5

Please sign in to comment.