错误:Kotlin:插件选项org.jetbrains.kotlin.kapt不允许多个值:输出

时间:2017-03-20 13:35:17

标签: intellij-idea kotlin

我有一个相当大的项目使用kotlin版本1.0.5和dagger1,这是我在kotlin升级到1.1.1后得到的错误,当我从intellij IDE中构建项目时单击< strong> 构建项目 按钮:

Error:Kotlin: Multiple values are not allowed for plugin option org.jetbrains.kotlin.kapt:output
Plugin "org.jetbrains.kotlin.kapt" usage:
  annotations <path>         Annotation filter regular expressions, separated by commas
  output <path>              File in which annotated declarations will be placed
  stubs <path>               Output path for stubs
  inherited <true/false>     True if collecting Kotlin class names for inherited annotations is needed

奇怪的是,命令行gradle构建工作正常,没有任何抱怨。

这是一个intellij kotlin插件错误吗?

0 个答案:

没有答案