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

fix: remove kotlin forEach call #1505

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

charliecruzan-stripe
Copy link
Collaborator

Summary

Some combinations of gradle/kotlin end up erroneously throwing a lint error saying this requires a higher minimum API level, so best to just rely on a for loop instead

Testing

  • I tested this manually
  • I added automated tests

Documentation

Select one:

  • I have added relevant documentation for my changes.
  • This PR does not result in any developer-facing changes.

@charliecruzan-stripe charliecruzan-stripe merged commit f54fe81 into master Sep 15, 2023
3 of 4 checks passed
@charliecruzan-stripe charliecruzan-stripe deleted the charliecruzan/remove-kotlin-foreach branch September 15, 2023 16:55
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