Ting-Yuan Huang
02/10/2021, 5:06 PMTing-Yuan Huang
02/10/2021, 5:09 PMSymbolProcessor.process()
will be called multiple times until there is no newly generated file.
• SymbolProcessor.process()
now returns a List<KSAnnotated>
, which will be processed again in the next round.
The detailed behavior of multiple round processing can be found here.elihart
02/10/2021, 5:31 PMKT-42182
KAPT: Does not consider generated sources for incremental compilation.” was really important to us and it would be reassuring to know that KSP won’t regress on progress like that. Thanks!Ting-Yuan Huang
02/11/2021, 12:00 AMTing-Yuan Huang
02/11/2021, 10:58 PMedrd
02/22/2021, 4:38 PMmaster
.Ting-Yuan Huang
02/23/2021, 5:01 AMedrd
02/23/2021, 12:39 PMJiaxiang
03/04/2021, 7:52 AMedrd
03/05/2021, 11:40 PM