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

Kotlin Context receivers are deprecated #432

Closed
grodin opened this issue Nov 21, 2024 · 0 comments · Fixed by #442
Closed

Kotlin Context receivers are deprecated #432

grodin opened this issue Nov 21, 2024 · 0 comments · Fixed by #442
Labels
accepted Issues that have been accepted to be worked on tech debt

Comments

@grodin
Copy link
Collaborator

grodin commented Nov 21, 2024

Context receivers are deprecated and should be replaced with context parameters.

It doesn't look like context parameters have actually been implemented yet, so this is a tracking issue for when they are.

@grodin grodin added accepted Issues that have been accepted to be worked on tech debt labels Nov 21, 2024
grodin added a commit that referenced this issue Nov 23, 2024
Removing kotlin context receivers makes the logging API less convenient
but has to be done because they're deprecated and will be removed.

Closes #432
grodin added a commit that referenced this issue Nov 23, 2024
Removing kotlin context receivers makes the logging API less convenient
but has to be done because they're deprecated and will be removed.

Closes #432
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Issues that have been accepted to be worked on tech debt
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant