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

1.6.10 depends on pre-release versions of Kotlin #4853

Closed ZacSweers closed 1 month ago

ZacSweers commented 1 month ago

Describe the bug

When building against 1.6.10, Gradle attempts to resolve a transitive org.jetbrains.kotlin:kotlin-stdlib:2.0.20-dev-2651 stdlib artifact, suggesting this release was built against a pre-release of an upcoming Kotlin 2.0.20.

Repro: https://github.com/slackhq/circuit/pull/1006. https://github.com/slackhq/circuit/actions/runs/9199761361/job/25305121623?pr=1006

Affected platforms

Versions

To Reproduce See above

Expected behavior This library only publishes releases that depend on other release artifacts

ZacSweers commented 1 month ago

Actually nevermind, I think this is an issue with KSP. The error message was just misleading https://github.com/google/ksp/issues/1917