https://kotlinlang.org logo
a

Ayfri

07/16/2022, 1:16 PM
Hi, is there an article or a documentation for "getting started with incremental compilation" somewhere ?
g

gildor

07/28/2022, 8:57 AM
What do you expect from this documentation? It’s really just enable it (it’s enabled by default btw) and hope it will work for your case
a

Ayfri

07/28/2022, 8:59 AM
Is it written somewhere how to enable it ? I want to know how to have it enabled and how to optimize it depending on the machine, number of submodules etc
g

gildor

07/28/2022, 9:00 AM
I don’t think that there is documentation about optimizing it. Submodules not even related to incremental compilation, but compilation avoidance
👍 1
a

Ayfri

07/28/2022, 9:03 AM
Okay I see, thanks I'll take a see
g

gildor

07/28/2022, 9:13 AM
On this link you also can find link about build reports, which may help debugging issues with incremental compilation
2 Views