https://kotlinlang.org logo
Title
g

groostav

03/01/2017, 7:53 AM
since I seem to have a couple of build experts around, have any of you guys seen this?
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
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 😞
I'm using kotlin 1.1 beta 38, kapt 3 (afaik? might have an old version skulking around on my classpath)