kotlinx.collections.immutable icon indicating copy to clipboard operation
kotlinx.collections.immutable copied to clipboard

Use BCV version compatible w/ Kotlin 2.1

Open fzhinkin opened this issue 1 year ago • 1 comments
trafficstars

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).

fzhinkin avatar Jul 04 '24 13:07 fzhinkin

This could be closed for now. Handled by #188.

Goooler avatar Jul 24 '24 13:07 Goooler