themishkun
12/14/2022, 12:55 PMkotlin.incremental.useClasspathSnapshot=true
works? I got little to no incrementality when changing android resources files (i.e. adding a new string) in a big module. Examining new kotlin build reports reveals that the whole R.string class is considered changed, which leads to recompiling most of the code. However, I'm failing to build a reproducible sample repo for this issue. In the sample, only added resource R.string.new_resource is considered changed.
Maybe I fail to build a repro sample because of the size of the codebase? Any other hints on what can influence this bug? I tried to reproduce general setup like agp, kotlin, gradle etc. versions and plugins are matching correctlythemishkun
12/14/2022, 1:49 PMwasyl
12/14/2022, 8:42 PMthemishkun
12/14/2022, 9:15 PMwasyl
12/15/2022, 7:42 AM