Skip to content
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

Try resolving an error loading the Gradle project in IntelliJ IDEA 2024.3 and bump the Gradle Wrapper to v8.11.1 #17

Conversation

ShreckYe
Copy link
Member

…iJ IDEA without success, by removing the module-wide opt-in and bumping the Gradle wrapper

The Gradle error message when syncing in IntelliJ IDEA:

```text
Execution failed for task ':kotlin-common-gradle-plugins:configurePrecompiledScriptDependenciesResolver'.
> The value for property 'freeCompilerArgs' is final and cannot be changed any further.
```

This error doesn't occur when I run `publishToMavenLocal` or `check` from the command line. The commands work in the command line.

See gradle/gradle#22091 which could be related.
@ShreckYe ShreckYe changed the title Try resolving an error loading the Gradle project in IntelliJ IDEA 2024.3 and bump the Gradle Wrapper to v8.11.2 Try resolving an error loading the Gradle project in IntelliJ IDEA 2024.3 and bump the Gradle Wrapper to v8.11.1 Dec 1, 2024
@ShreckYe ShreckYe changed the base branch from main to kotlin-2.1.0-and-above December 1, 2024 12:10
@ShreckYe ShreckYe merged commit 3262ab2 into kotlin-2.1.0-and-above Dec 1, 2024
2 checks passed
@ShreckYe ShreckYe deleted the try-resolving-intellij-idea-sync-error-free-compiler-args-final-and-bump-gradle-wrapper-to-v8.11.2 branch December 1, 2024 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant