Skip to content

Commit

Permalink
Support explicit API mode for complex map keys
Browse files Browse the repository at this point in the history
  • Loading branch information
bddckr committed Jul 31, 2023
1 parent 6ff2c68 commit 814ade3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ internal class MapKeyCreatorGenerator : PrivateCodeGenerator() {
className,
properties.entries.map { it.value.callExpression }.joinToCode()
)
.returns(className)
.build()
}
}
Expand Down

0 comments on commit 814ade3

Please sign in to comment.