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 #1326: Move test dependency to test classpath #1327

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

TWiStErRob
Copy link
Contributor

📷 Screenshots

None.

📄 Context

📝 Changes

Move test dependency to test. How? Because implementation is auto-exposed to testImplementation, so it worked before. Moving it to test directly should still work.

📎 Related PR

🚫 Breaking

Removing a dependency is breaking change I guess, but since it was unintended it's not breaking?! idk 🤷🏻‍♂️

🛠️ How to test

CI Should test it, tests should pass.

⏱️ Next steps

Release 4.1.1

@TWiStErRob TWiStErRob requested a review from a team as a code owner December 10, 2024 17:34
@TWiStErRob
Copy link
Contributor Author

cc @irakliy01 did I read your intention right? Is this what you meant to do?

Copy link
Member

@cortinico cortinico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much @TWiStErRob

@cortinico cortinico enabled auto-merge (squash) December 10, 2024 18:01
@cortinico cortinico merged commit 959d6ba into ChuckerTeam:main Dec 10, 2024
7 checks passed
@TWiStErRob TWiStErRob deleted the patch-1 branch December 10, 2024 22:50
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.

kotlinx-coroutines-test artifact on production classpath
2 participants