Skip to content

Commit

Permalink
[Demo] added example for the wrong-key format
Browse files Browse the repository at this point in the history
  • Loading branch information
teogor committed Jun 30, 2022
1 parent 4bec05f commit 91d1999
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ data class City(
@Observable
val country: String,

@KeyName("population_count")
@Observable
@Default(PopulationDefault::class)
val population: Int,
Expand Down

0 comments on commit 91d1999

Please sign in to comment.