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 Kotlin to 1.5.0 #3685

Merged
merged 3 commits into from
May 6, 2021
Merged

Upgrade Kotlin to 1.5.0 #3685

merged 3 commits into from
May 6, 2021

Conversation

mshafrir-stripe
Copy link
Collaborator

@mshafrir-stripe mshafrir-stripe commented May 5, 2021

Summary

  • toLowerCase() is deprecated and replaced by lowercase(). lowercase() defaults to Locale.ROOT.
  • toUpperCase() is deprecated and replaced by uppercase(). uppercase() defaults to Locale.ROOT.

Motivation

Kotlin Plugin v1.5.0 is now available, so we can proceed with the upgrade.

Testing

  • Added tests
  • Modified tests
  • Manually verified

Screenshots

Before After
before screenshot after screenshot

@mshafrir-stripe mshafrir-stripe merged commit 5d73a5b into master May 6, 2021
@mshafrir-stripe mshafrir-stripe deleted the upgrade-kotlin branch May 6, 2021 02:17
michelleb-stripe added a commit that referenced this pull request May 19, 2021
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.

None yet

4 participants