We have been applying `-Xproper-ieee754-comparison...
# eap
z
We have been applying
-Xproper-ieee754-comparisons
in our builds but K2 reports this is no longer a valid argument. I couldn't find any references in release notes about this, are there details on the change?
1
d
The corresponding language feature is enabled by default since Kotlin 1.4, so this flag (along with some similar) was completely removed You can just remove it from the setup usage without any consequences
👍 1