not strictly Kotlin-related, but has anybody notic...
# gradle
e
not strictly Kotlin-related, but has anybody noticed any differences in how Gradle metadata handles snapshots? I’ve published a snapshot of a Kotlin multiplatform library two days ago, and my build that depends on that library still can’t pick it up unless I use
--refresh-dependencies
e
well, in my case it’s been more than that
b
I'm struggling with the same problem. 3 days after pushing snapshot, no update without waiting 5-10 minutes to refresh all dependencies. It used to work just fine! Even when I delete the local gradle cache of the snapshot, it somehow comes back without updating from online, seemingly. That used to get updates to happen as well. I hadn't considered it might be metadata... so no one knows anything?
e
I reported it a while ago, maybe you could update the ticket with additional info: https://github.com/gradle/gradle/issues/9462