Conversation
Copy link
Copy Markdown
Member
This becomes a warning (and thus an error with Wwarnings-as-errors) with Kotlin 2.3 We proactively fix that now.
Pull Request checklist
- Quality: This PR builds and tests run cleanly
make testruns without emitting any warningsmake lintruns without emitting any errors
- Tests: This PR includes thorough tests or an explanation of why it does not
- Changelog: This PR includes a changelog entry to
CHANGELOG.mdor an explanation of why it does not need one- Any breaking changes to language binding APIs are noted explicitly
This becomes a warning (and thus an error with Wwarnings-as-errors) with Kotlin 2.3 We proactively fix that now.
Copy link
Copy Markdown
Contributor
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't even have to ask for CHANGELOG or test!