-
Notifications
You must be signed in to change notification settings - Fork 105
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
Unable to upgrade past 0.11.0-125 #377
Comments
I think
|
I released a version that depends only on stable Kotlin 1.7.10, but it didn't resolve the problem. And test passed. Exception actually arises in this compiler testing plugin, in this line: So maybe you should report this problem in https://github.com/tschuchortdev/kotlin-compile-testing/issues/new |
Hi Illya, thank you very much for investigating. I tried updating to |
It's not an internal error, it's just a compilation error (see the last Caused by). If you haven't commented out the tests that use kotlin-compile-testing plugin, it's expected. |
I filed another issue there: tschuchortdev/kotlin-compile-testing#301 |
I recently tried updating from
0.11.0-125
to0.11.0-134
, however compilation failed after doing so with the following error:In order to resolve it, I added the following snippet to my
build.gradle.kts
file:This compiled, but subsequently produced the following error when running
./gradlew allTests
:After encountering this error, I decided to add the following line to the
build.gradle.kts
file:However I then encountered the following issue:
This resulted in the second error reappearing. Currently it is unclear how to proceed, any advice would be appreciated.
The text was updated successfully, but these errors were encountered: