The error is: ``` * What went wrong: 'void org.gradle.api.artifacts.Configuration.setCanBeDeclared(boolean)' ``` I suppose the problem was introduced in the last release, specifically because of using `configuration.isCanBeDeclared` in this file: https://github.com/Kotlin/binary-compatibility-validator/blob/14ebd0231c33a8e6c66414c95ca1226b09897b57/src/main/kotlin/BinaryCompatibilityValidatorPlugin.kt#L662 `setCanBeDeclared` was introduced in Gradle 8.2