Skip to content

Update Kotlin to 2.4.0#2868

Open
Luna712 wants to merge 1 commit into
recloudstream:masterfrom
Luna712:kotlin-2.4.0
Open

Update Kotlin to 2.4.0#2868
Luna712 wants to merge 1 commit into
recloudstream:masterfrom
Luna712:kotlin-2.4.0

Conversation

@Luna712
Copy link
Copy Markdown
Contributor

@Luna712 Luna712 commented Jun 3, 2026

  • Uuid is now stable, so remove opt-in
  • annotation-default-target=param-property is now default, and compiler warns about it being redundant, so remove
  • Compiler now warns about a redundant expression in HomeFragment, so just remove redundant true; has no other affect

* Uuid is now stable, so remove opt-in
* `annotation-default-target=param-property` is now default, and compiler warns about it being redundant, so remove
* Compiler now warns about a redundant expression in HomeFragment, so just remove redundant `true`; has no other affect
@Luna712 Luna712 mentioned this pull request Jun 3, 2026
@Luna712
Copy link
Copy Markdown
Contributor Author

Luna712 commented Jun 3, 2026

@fire-light42 this could be merged also to make extensions not to have to do any opt-in magic for UUIDs when we deprecate the old Java UUID back-compat after next stable also. Of course they will also need to update to Kotlin 2.4 to avoid needing opt-in, but this would also set that up. Would also more guarantee stable library binary compat for Uuid though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant