Kotlin / kotlinx.collections.immutable

Immutable persistent collections for Kotlin
Apache License 2.0
1.12k stars 56 forks source link

Use BCV version compatible w/ Kotlin 2.1 #186

Open fzhinkin opened 3 days ago

fzhinkin commented 3 days ago

The latest BCV versions are incompatible with LV 2.1 due to the old kotlinx-metadata-jvm version being used. Unfortunately, BCV could not be easily updated (https://github.com/Kotlin/binary-compatibility-validator/issues/241#issuecomment-2202719001). This PR changes the BCV for kotlin-commuinity/dev builds to a snapshot build with ab updated metadata version (built from kotlin-community/stable-metadata branch).