Hey guys,
I’ve added a Gradle Shared Cache on my Kotlin/Multiplatform app.
All
compileKotlinJs
tasks always report a Cache MISS, and every JS is always recompiled.
All other compilation tasks do hit the cache, it’s only JS compilation that always misses.
Anyone knows what’s going on ?