glureau
01/18/2023, 3:00 PMtestDebugUnit
then the processor is not triggered. My setup:
dependencies {
add("kspCommonMainMetadata", project(":modules:code-generator"))
}
(I've added the build/generated directory in the commonMain sourcesets but not sure it's related.)
Is it normal behavior? What am I missing?Ting-Yuan Huang
01/20/2023, 5:13 PM