Hey guys! I updated my kotlin native project to 1....
# announcements
a
Hey guys! I updated my kotlin native project to 1.3.61 and gradle is freaking out about tag mismatches. At first refreshing my gradle project didn't yield any useful error messages. Just 'Tag mismatch!'. No idea what that meant and google didn't know what it meant either. But I had finally been able to fix it by deleting an unused module (which I was going to start using later on but that's okay I can always get it back later, it's not a big deal) and it started working and download and extracting the new kotlin compiler. Then upon running runReleaseExecutableMingw and now the same problem is occuring but with a better message. Downloading the dependencies just now require multiple attempts to download coming back with an SSLException: Tag Mismatch. It finally resolved itself but I'm just worried about what that means under the hood. Is that a single problem or is it a symptom of the actual problem? I hope it's as simple as clearing/invalidating caches which I haven't tried yet.
a
Hello! What Gradle version you’re using there?
a
At first it was 4.10 and realized I needed to update to 6.0.1, the latest, so I did
i
Hello! I never observed similar errors. Do you have any logs of the failed attempts to download dependencies?
a
No unfortunately not right now.