-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Rename TimeSource to SchedulerTimeSource due to KT-42625 #2537
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This error happens again with coroutines 1.5.0-RC. Will this fix be merged into 1.5.* branches? |
As far as I can see, it has been renamed in both 1.4.3 and 1.5.0-RC. Are you sure you still experience this problem with those versions? |
Yes, for example this code with wildcard imports ( I've double-checked and this happens with both 1.4.3 and 1.5.0-RC. So the 1.4.3 release notes probably relate to something else: they mention "internal class UPDATE: It occurred to me to actually look at the pull request we're discussing. ;)) If I understand correctly, it renames |
Thanks. Created #2691 |
No description provided.