You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
Currently tasks compileKotlin$Preset are only checked for UP-TO-DATE and not cached to gradle build cache. Running a build scan on my native build showed that "Not cacheable | Caching has not been enabled for the task."
The text was updated successfully, but these errors were encountered:
Compilation of my small multiplatform lib (including iOS target) takes forever (4m 53s) even locally. Is my build misconfigured or is it expected to be very slow until this issue is closed?
Currently tasks
compileKotlin$Preset
are only checked for UP-TO-DATE and not cached to gradle build cache. Running a build scan on my native build showed that "Not cacheable | Caching has not been enabled for the task."The text was updated successfully, but these errors were encountered: