malliaridis commented on PR #4305: URL: https://github.com/apache/solr/pull/4305#issuecomment-4304159438
@janhoy Was there a specific reason you updated kotlin-datetime to to `v0.7.1-0.6.x-compat`? According to documentation, this version should only be picked if there is a compatibility issue present, otherwise 0.7.1 should be used. A bit of the background: some classes were moved to the Kotlin standard library, which caused some conflicts in some libraries. Therefore they had to introduce a compatibility version for consumers that solves any issues of incompatible libraries. More infos can be found [here](https://github.com/Kotlin/kotlinx-datetime#:~:text=Here%20is%20the%20recommended%20procedure%20for%20migrating%20from%20kotlinx%2Ddatetime%20version%200.6.x%20or%20earlier%20to%200.7.x%3A). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
