Skip to content

Commit

Permalink
Update CustomMigration.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
07jasjeet authored Mar 8, 2024
1 parent 6acf402 commit 88ff07f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import androidx.datastore.preferences.core.Preferences

/** Base Migration class.*/
@JvmOverloads
internal fun <R, NR> CustomMigration(
fun <R, NR> CustomMigration(
currentKey: Preferences.Key<R>,
newKey: Preferences.Key<NR>,
cleanUp: suspend () -> Unit = {},
Expand Down

0 comments on commit 88ff07f

Please sign in to comment.