Skip to content

Commit

Permalink
Turn LookupKey into a dataclass
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Dec 28, 2021
1 parent 2778953 commit e68033c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,4 @@ internal fun GroupMembership.requireId(): Long {
return requireNotNull(_id)
}

@JvmInline
value class LookupKey(val value: String)
data class LookupKey(val value: String)

0 comments on commit e68033c

Please sign in to comment.