Leandro Favarin

Results 6 comments of Leandro Favarin

This guide might help you exporting your dependencies to the binaries: https://kotlinlang.org/docs/mpp-build-native-binaries.html#export-dependencies-to-binaries

Update: the problem still persists on v1.5.3. But we found a workaround, which is to split SQLDelight codegen and kapt to different modules, a la SDKSearch (with `:store:item` and `:store:item:android-sql`....

Hi kean, thanks for taking the time to answer. I may have misunderstood how `must-revalidate` works. From [MSDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control), I found: >The must-revalidate response directive indicates that the response can be...

Interesting find, thanks for sharing. I naturally have no say on what would be the next step, but if you'd like to know our use-case: we currently use Nuke to...

This would allow the views to read from the declared cache directly, right? And would something else have to be modified at the callsite of the View? I have tried...