streem / pbandk

Kotlin Code Generator and Runtime for Protocol Buffers
MIT License
271 stars 37 forks source link

Incorporate Kotlin 1.9 deprecations and new features #269

Closed garyp closed 4 months ago

garyp commented 4 months ago

There have been a bunch of features deprecated between Kotlin 1.5.32 and 1.9.24, as well as new features added. Any breaking changes were handled in #259. This PR updates pbandk to remove non-breaking deprecated features and adopt some of the new features. Specifically:

It'll probably be easiest to review this PR by looking at each commit separately since the changes are unrelated to each other. The description of each commit includes more details on each change.