Suppress Java warning when running kotlinc

250 views Asked by At

Every time I run kotlinc i get a warning:

Java HotSpot(TM) 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.

How do I stop this from happening?

1

There are 1 answers

0
Tagamoga On

IntelliJ IDEA: Run -> Edit Configuration -> Enable launch optimization (deselect) -> OK