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
15.24k stars 1.11k forks source link

[gradle] Configure Compose Compiler if kotlin-android or kotlin-js plugins are applied. #4879

Closed terrakok closed 4 weeks ago

terrakok commented 1 month ago

Fix Compose Compiler configuration for Kotlin < 2.0 when kotlin-android or kotlin-js gradle plugins are applied.

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

Release Notes

Fixes - Gradle Plugin