-
Notifications
You must be signed in to change notification settings - Fork 52
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
Compile error in version 0.7.1
#415
Labels
Comments
The same issue occurs with version |
shanshin
added a commit
that referenced
this issue
Jul 12, 2023
Fixes #415 `kotlin-dsl` itself specifies the language version to ensure compatibility of the Kotlin DSL API. Since we ourselves guarantee and test compatibility with previous Gradle versions, we can override language version The easiest way to do this now is to specify the version in the `afterEvaluate` block
shanshin
added a commit
that referenced
this issue
Jul 14, 2023
`kotlin-dsl` itself specifies the language version to ensure compatibility of the Kotlin DSL API. Since we ourselves guarantee and test compatibility with previous Gradle versions, we can override language version The easiest way to do this now is to specify the version in the `afterEvaluate` block Fixes #415 PR #432 Co-authored-by: Leonid Startsev <sandwwraith@users.noreply.github.com>
Fixed in |
Thanks a lot ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I'm using the Kover Gradle plugin in my
buildSrc
folder :It works fine with version
0.7.0
, but I get a compile error with version0.7.1
.Errors
Expected behavior
The Gradle task
:buildSrc:compileKotlin
should not fail.Reproducer
Including the dependency to Kover Gradle plugin inside the
buildSrc
folder fails the build.Reports
N/A
Environment
The text was updated successfully, but these errors were encountered: