JetBrains / compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
https://jetbrains.com/lp/compose-multiplatform
Apache License 2.0
14.85k stars 1.08k forks source link

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

Closed daugeldauge closed 3 weeks ago

daugeldauge commented 3 weeks ago

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

Fixes https://github.com/JetBrains/compose-multiplatform/issues/4632

Release notes

Fixes - Gradle Plugin