Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Gradle, Kotlin, ProtobufJS #216

Merged
merged 8 commits into from
Mar 13, 2024

Conversation

ogolberg
Copy link
Member

@ogolberg ogolberg commented Jan 6, 2024

  • Upgrade Kotlin to 1.9.20. This emits new multiplatform warnings which need to be silenced.
  • Upgrade Gradle to 8.5. This requires an upgrade to the Animal Sniffer plugin. The default tool version is 1.23, so removing explicitly defined tool version. Upgrading Gummy Bears as well, while at it.
  • Regenerate yarn.lock file. I was getting an error running integration tests with kotlin=1.8.22 both locally and in github actions.
  • Fix a classpath collision in tests.
  • Set Kotlin language level to 1.8
  • Implement conversion from Kotlin Long to ProtobufJS Long (long.js) without using internal mangled properties

(cherry picked from commit 4013beb)
@ogolberg ogolberg changed the title Upgrade Gradle, Kotlin, and compact yarn.lock Upgrade Gradle, Kotlin, ProtobufJS Mar 13, 2024
@ogolberg ogolberg merged commit 842e3be into open-toast:main Mar 13, 2024
5 checks passed
@ogolberg ogolberg deleted the gradle-kotlin-bumps branch March 13, 2024 04:07
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.

2 participants