rockerhieu
09/05/2019, 10:41 PMerror: 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.