-
-
Notifications
You must be signed in to change notification settings - Fork 720
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
Avoid using ExperimentalTime API #1330
Conversation
I agree with you, this time API is breaking updates since too much time. For 3.2 we plan to rework this also, to avoid such breaking. Let me check how our solution is going with yours. |
Sure. Feel free to ask me if you have any questions about the changes made. |
- Don't refer to an unstable API in the comments - Remove TODO info from doc comments
I've ported some of your code (JS/Native Nanoseconds util) - 0a10adc It works better now 💪 |
I close this, as I believe I have everything we need. Your feedback is welcome @pubiqq |
Well...
To be honest, I would still recommend using my PR. 🙃 |
Koin breaks down after every minor update of Kotlin because of the use of the experimental time api in logging, it's just ridiculous.
Here is a fix that replaces the use of experimental functions with the use of stable ones.
Prevents the recurrence of issues like: