Hi! after upgrading anvil to 2.5.0-beta01 and enab...
# squarelibraries
a
Hi! after upgrading anvil to 2.5.0-beta01 and enabling the
trackSourceFiles
property I am running into weird issues where my local build is looking for remote files from CI (we use remote cacheing)
java.io.FileNotFoundException: /home/ubuntu/workspace/remoteFolder/../../../Users/Me/../../../File.kt (No such file or directory)
Doing a clean build removes the error but still it is a hindrance. Is this a known issue or is there a known workaround for this?
a
There's https://github.com/square/anvil/releases/tag/v2.5.0-beta11 that has a lot of fixes over 01
👍 1