Does any special invalidation need to be done when...
# ksp
e
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
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.
Ended up having to delete the cache directory, although I think it was an IDE issue rather than a KSP issue
j
snapshot should have timestamp in the versioning to avoid having to refresh manually, might be build system dependent though.