警告:忽略目录目标的'-d'选项,因为指定了'-module'

时间:2017-04-25 06:51:46

标签: kotlin

当我将Project Kotlin版本从1.0.5升级到1.1.1时,会产生警告

编译期间

Warning:the '-d' option with a directory destination is ignored because '-module' is specified。这个警告是什么?我需要修理什么?

1 个答案:

答案 0 :(得分:2)

这是在版本1.1.2中修复的Kotlin bug