mirror of
https://github.com/apple/pkl.git
synced 2026-03-27 03:21:13 +01: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
|
||||
) {
|
||||
fun toKotlinCodegenOptions(): KotlinCodegenOptions =
|
||||
KotlinCodegenOptions(indent, generateKdoc, generateSpringBootConfig)
|
||||
KotlinCodegenOptions(indent, generateKdoc, generateSpringBootConfig, implementSerializable)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user