-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when using version 0.16.2 in projects with a Gradle version older than 8.2 #263
Comments
@ALikhachev could you please take a look? |
Indeed. Perhaps we could add a simple version guard on the problematic call. Missed this during review of #256 😞 In the perfect scenario tests should catch such problems |
Addressing the fix to #264. |
shanshin
added a commit
that referenced
this issue
Jul 31, 2024
shanshin
added a commit
that referenced
this issue
Jul 31, 2024
shanshin
pushed a commit
that referenced
this issue
Jul 31, 2024
qurbonzoda
added a commit
to Kotlin/kotlinx.collections.immutable
that referenced
this issue
Aug 23, 2024
qurbonzoda
added a commit
to Kotlin/kotlinx.collections.immutable
that referenced
this issue
Sep 4, 2024
shanshin
pushed a commit
to JetBrains/kotlin
that referenced
this issue
Oct 28, 2024
shanshin
pushed a commit
to JetBrains/kotlin
that referenced
this issue
Dec 3, 2024
shanshin
pushed a commit
to JetBrains/kotlin
that referenced
this issue
Dec 13, 2024
shanshin
pushed a commit
to JetBrains/kotlin
that referenced
this issue
Dec 23, 2024
KotlinBuild
pushed a commit
to JetBrains/kotlin
that referenced
this issue
Jan 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error is:
I suppose the problem was introduced in the last release, specifically because of using
configuration.isCanBeDeclared
in this file:binary-compatibility-validator/src/main/kotlin/BinaryCompatibilityValidatorPlugin.kt
Line 662 in 14ebd02
setCanBeDeclared
was introduced in Gradle 8.2The text was updated successfully, but these errors were encountered: