Pavel Lahoda
05/01/2023, 12:05 PMadd("kspCommonMainMetadata", project(":ksp"))
I would like to get the string "kspCommonMainMetadata" inside of the process() function - especially if there are multiple processors added, I want to distinguish between them.Jiaxiang Chen
05/03/2023, 12:32 AMPavel Lahoda
05/03/2023, 7:30 AMksp {
arg("optinName", "optionValue")
}
But I'd need for each configuration created using the add() to have a different "optionValue".Jiaxiang Chen
05/05/2023, 1:42 PM