【发布时间】:2020-03-22 19:01:49
【问题描述】:
每次我运行 kotlinc 我都会收到警告:
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.
如何阻止这种情况发生?
【问题讨论】:
每次我运行 kotlinc 我都会收到警告:
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.
如何阻止这种情况发生?
【问题讨论】:
IntelliJ 想法: 运行 -> 编辑配置 -> 启用启动优化(取消选择) -> 确定
【讨论】: