slackapi / java-slack-sdk

Slack Developer Kit (including Bolt for Java) for any JVM language
https://slack.dev/java-slack-sdk/
MIT License
570 stars 209 forks source link

Allow compatibility with Kotlin 1.6+ #1278

Closed rocketraman closed 7 months ago

rocketraman commented 7 months ago

Resolves #1277 .

Category (place an x in each of the [ ])

Requirements

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you agree to those rules.

rocketraman commented 7 months ago

@seratch The JDK 14 test failure doesn't seem related to this. Any thoughts?

seratch commented 7 months ago

Will re-run it

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4c95cd4) 74.24% compared to head (ad58a9a) 74.30%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1278 +/- ## ============================================ + Coverage 74.24% 74.30% +0.06% - Complexity 4124 4130 +6 ============================================ Files 444 444 Lines 13114 13114 Branches 1325 1325 ============================================ + Hits 9737 9745 +8 + Misses 2604 2600 -4 + Partials 773 769 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

seratch commented 7 months ago

It’s successful now! Thank you so much again for your time!