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

Delete outdated build services #4959

Closed terrakok closed 1 week ago

terrakok commented 2 weeks ago

We had two build services: 1) to check unsupported compose compiler plugins were applied 2) to check a native cache kind configuration

Both of them are outdated and we may get rid of them.

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

Release Notes

Fixes - Gradle Plugin