Identity-sensitive operation on an instance of value type 'Instant?' may cause unexpected behavior or errors.
warnings. And I have “All warnings are errors” configurations enabled, hence the build fails. How can I disable this specific warning? I’ve checked the blog post: https://kotlinlang.org/docs/whatsnew-eap.html but didn’t see specific option to disable those 🤔
d
dmitriy.novozhilov
04/30/2025, 4:25 PM
You can suppress the warning globally using the following compiler argument: