Hey all, has anyone look into optimising Develocit...
# apollo-kotlin
g
Hey all, has anyone look into optimising Develocity Remote Build Cache? Our feature modules depend on the schema module. The schema module gets updated daily to keep the schema in sync with remote, which invalidates the cache. I just started looking into this and I don't have much info, but before diving deep I wanted to see if anyone went through a similar work.
m
There is no silver bullet. If your schema changes., validation needs to re-run. Everything up to IR needs to be recomputed. If the IR did not change though the Kotlin codegen and compile tasks shouldn't be invalidated
👍 1