Skip to content

Commit

Permalink
chore: consistent copy visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFruxz committed Oct 2, 2024
1 parent bce6245 commit c418188
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import kotlinx.serialization.Serializable
* @since 2023.1
*/
@Serializable
@ConsistentCopyVisibility
@SerialName("smartAddress")
data class Address<T> internal constructor(
@SerialName("path") override val addressString: String,
Expand Down

0 comments on commit c418188

Please sign in to comment.