In CliKotlinCodeGeneratorOptions, the implementSerializable property is not copied to the KotlinCodegenOptions, in effect meaning it cannot be toggled to true.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/apple/pkl/pull/192
**Author:** [@sgammon](https://github.com/sgammon)
**Created:** 2/18/2024
**Status:** ✅ Merged
**Merged:** 2/22/2024
**Merged by:** [@holzensp](https://github.com/holzensp)
**Base:** `main` ← **Head:** `fix/issue-191`
---
### 📝 Commits (1)
- [`13df959`](https://github.com/apple/pkl/commit/13df9591f2e3554df838e9f4e0b8ccc2d44b4c87) Fix dropped `implementSerializable` flag
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/CliKotlinCodeGeneratorOptions.kt` (+1 -1)
</details>
### 📄 Description
Fixes and closes apple/pkl#191:
> In [CliKotlinCodeGeneratorOptions](https://github.com/apple/pkl/blob/3b2feb45cf47ef97c6db38b2cb5af4ecc713f447/pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/CliKotlinCodeGeneratorOptions.kt#L41-L42), the implementSerializable property is not copied to the KotlinCodegenOptions, in effect meaning it cannot be toggled to true.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/192
Author: @sgammon
Created: 2/18/2024
Status: ✅ Merged
Merged: 2/22/2024
Merged by: @holzensp
Base:
main← Head:fix/issue-191📝 Commits (1)
13df959Fix droppedimplementSerializableflag📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/CliKotlinCodeGeneratorOptions.kt(+1 -1)📄 Description
Fixes and closes apple/pkl#191:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.