mirror of
https://github.com/apple/pkl.git
synced 2026-04-29 03:37:12 +02:00
Fix dropped implementSerializable flag
Fixes and closes apple/pkl#191 Signed-off-by: Sam Gammon <sam@elide.ventures>
This commit is contained in:
committed by
Philip K.F. Hölzenspies
parent
8f130d8d49
commit
eb170017f6
@@ -39,5 +39,5 @@ data class CliKotlinCodeGeneratorOptions(
|
|||||||
val implementSerializable: Boolean = false
|
val implementSerializable: Boolean = false
|
||||||
) {
|
) {
|
||||||
fun toKotlinCodegenOptions(): KotlinCodegenOptions =
|
fun toKotlinCodegenOptions(): KotlinCodegenOptions =
|
||||||
KotlinCodegenOptions(indent, generateKdoc, generateSpringBootConfig)
|
KotlinCodegenOptions(indent, generateKdoc, generateSpringBootConfig, implementSerializable)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user