Anyone familiar with kotlinc and kapt? I am gettin...
# kapt
r
Anyone familiar with kotlinc and kapt? I am getting error
error: wrong plugin option format: null, should be plugin:<pluginId>:<optionName>=<value>
for
-P plugin:org.jetbrains.kotlin.kapt3:processors=a,b,c
. It seems that
processors
doesn't accept
A comma-specified list of annotation processor qualified class names
as stated in https://kotlinlang.org/docs/reference/kapt.html.