EpicLagg
EpicLagg

Reputation: 13

Suppress Java warning when running kotlinc

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?

Upvotes: 0

Views: 246

Answers (1)

Tagamoga
Tagamoga

Reputation: 360

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

Upvotes: 1

Related Questions