Hi everyone,
I'm working on a Gradle plugin to extract common build logic for all of my android library modules. After setting up the plugin, I'm encountering the following error when running the
:app:kspProdReleaseKotlin
task.
e: Wrong plugin option format: null, should be plugin:<pluginId>:<optionName>=<value>