Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Enable Gradle Caching for compilation tasks #2520

Closed
Dkhusainov opened this issue Jan 9, 2019 · 6 comments
Closed

Enable Gradle Caching for compilation tasks #2520

Dkhusainov opened this issue Jan 9, 2019 · 6 comments
Assignees

Comments

@Dkhusainov
Copy link

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."

@ilmat192 ilmat192 self-assigned this Jan 9, 2019
@fab1an
Copy link

fab1an commented Mar 18, 2019

Please prioritize this, it's an easy win.

@Dkhusainov
Copy link
Author

@ilmat192 Is this implemented yet? If it is I'm gonna close it.
##2758

@ilmat192
Copy link
Contributor

No, it isn't implemented yet.

@ddnn55
Copy link

ddnn55 commented May 7, 2019

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?

@ddnn55
Copy link

ddnn55 commented May 7, 2019

Specifically, linkMyLibReleaseFrameworkIos seems to take the majority of that time.

@artdfel
Copy link
Contributor

artdfel commented Jun 15, 2020

According to migrating issue tracking to YouTrack, I'm closing this issue in favor of https://youtrack.jetbrains.com/issue/KT-39564. I also posted the link onto this issue there, just to save the context.

@artdfel artdfel closed this as completed Jun 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants