fyi that video for talk that <@U79JY5TL3> and I di...
# confetti
j
fyi that video for talk that @mbonnin and I did at AndroidMakers is out now (and remembered to do "clean" this time 😃 )

https://www.youtube.com/watch?v=-1HHuedsA14&amp;list=PLn7H9CUCuXAuvugRvohWSSGKXpwB0GPxf&amp;index=40â–¾

🎉 2
🎊 1
😆 1
y
what was the clean thing again? Was there some task that doesn't run automatically?
j
not fully sure....it only seems to happen during talks 😃
m
IIRC it's an incremental Kotlin compiler issue
Seems to be triggered by switching branches
y
m
I think it's unrelated but FWIW, apollo uses this hook in latest versions: https://github.com/apollographql/apollo-kotlin/pull/4796
I was a bit wary that people would complain about increased sync times but seems ok so far
y
I view this hook as a way to tell gradle to rebuild some generated code because it's now out of sync in the new branch