【发布时间】:2017-04-25 06:51:45
【问题描述】:
当我将我的 Project Kotlin 版本从 1.0.5 升级到 1.1.1 时,它会产生警告
Warning:the '-d' option with a directory destination is ignored because '-module' is specified 在编译期间。这个警告是为了什么?我需要解决什么问题?
【问题讨论】:
标签: kotlin
当我将我的 Project Kotlin 版本从 1.0.5 升级到 1.1.1 时,它会产生警告
Warning:the '-d' option with a directory destination is ignored because '-module' is specified 在编译期间。这个警告是为了什么?我需要解决什么问题?
【问题讨论】:
标签: kotlin
这是在 1.1.2 版中修复的 Kotlin bug。
【讨论】: