groostav
03/01/2017, 7:53 AMError: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
I did use kapt but have since removed all references to it from my gradle build scripts and disabled annotation processing in intelliJ, yet when I do a build
-> rebuild
in intelliJ, it still blows up with this error message 😞