Hi everyone! I’m checking how we can use gradle ca...
# touchlab-tools
v
Hi everyone! I’m checking how we can use gradle cache to build our KMP multimodule project on CI faster and I see messages like this:
Copy code
Caching disabled for task ':common:publishKotlinMultiplatformPublicationToGitHubPackagesRepository' because:
  Not worth caching
Task ':common:publishKotlinMultiplatformPublicationToGitHubPackagesRepository' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Can share with me what should be the reasonable gradle cache configuration for a KMP project?