TIL about `-Xsuppress-version-warnings` . Where do...
# compiler
e
TIL about
-Xsuppress-version-warnings
. Where do you get these (probably in source of the compiler)? Are they documented?
u
You can get the full list by running
kotlinc -X
. Other than the brief info there,
-X
flags are undocumented and have no guarantees.
gratitude thank you 1