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

我有一个相当大的项目使用kotlin版本1.0.5和dagger1,这是当我从intellij IDE中通过单击生成项目按钮生成项目时,kotlin升级到1.1.1后得到的错误:

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插件错误吗?