Closed miladamery closed 5 months ago
Hi @miladamery. This should work for you. Did you try reloading the project? You can also check Gradle settings in IntelliJ:
File | Settings | Build, Execution, Deployment | Build Tools | Gradle.
Make sure Gradle JVM
is JDK 21 or better.
If that fails, I'm happy to have a look at your project, or I can provide a zip file containing a working project.
Thanks.
Describe the bug Following guides on how to use manifold-collections project the Intellij IDEA doesn't provide code auto completion or detection of provided extension methods for collection project. The build process is ok, I mean build finishes successfully and generated classes contain Manifold methods but IDE doesn't detect this. (Build tool is gradle)
To Reproduce Steps to reproduce the behavior:
Expected behavior IDE should provide code completion and do not complain about missing methods
Desktop (please complete the following information):