Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gradle] Don't create Kotlin binary's linkTask eagerly #4707

Merged

Conversation

daugeldauge
Copy link
Collaborator

@daugeldauge daugeldauge commented Apr 26, 2024

It's better for the build performance, and it avoids uncovering the hidden CocoaPods plugin bug (KT-67666)

Fixes #4632

Release notes

Fixes - Gradle Plugin

  • Fix Compose multiplatform 1.6.10-dev1584 results in an error with Cococapods

It's better for the build performance, and it avoids uncovering hidden CocoaPods plugin bug (KT-67666)

Fixes JetBrains#4632
@igordmn igordmn merged commit 717f4f0 into JetBrains:master Apr 26, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compose multiplatform 1.6.10-dev1584 results in an error with Cococapods
3 participants