Does any special invalidation need to be done when using a SNAPSHOT version of a processor with KSP? I see that the remote artifact updated correctly, but I'm seeing old behavior in my project that uses it. I tried
gradle --refresh-dependencies
eygraber
05/03/2024, 12:33 AM
Running in a clean environment is using the correctly updated artifact. I tried all forms of cleaning that I'm aware of short of deleting the Gradle cache directory.
eygraber
05/03/2024, 6:54 AM
Ended up having to delete the cache directory, although I think it was an IDE issue rather than a KSP issue
j
Jiaxiang
05/03/2024, 9:13 PM
snapshot should have timestamp in the versioning to avoid having to refresh manually, might be build system dependent though.