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

module jdk.compiler does not export com.sun.tools.javac.processing to unnamed module #128

Open
patrykpoborca opened this issue Nov 30, 2023 · 2 comments

Comments

@patrykpoborca
Copy link

If you get this error:

because module jdk.compiler does not export com.sun.tools.javac.processing to unnamed module

there is a good chance it's because of this library. I wonder if it's because of some transitive dependencies? Eitherway, just to save someone a few hours scratching their head when they upgrade to latest gradle/JDK.

Dep graph:
--- frankiesardo:icepick-processor:3.2.0
+--- org.clojure:clojure:1.7.0
+--- frankiesardo:icepick:3.2.0
+--- com.google.auto.service:auto-service:1.0-rc2
| +--- com.google.auto:auto-common:0.3
| | --- com.google.guava:guava:18.0
| --- com.google.guava:guava:18.0
--- stencil:stencil:0.3.5
+--- org.clojure:clojure:1.3.0 -> 1.7.0
+--- scout:scout:0.1.0
| --- org.clojure:clojure:1.3.0 -> 1.7.0
+--- quoin:quoin:0.1.2
| --- org.clojure:clojure:1.3.0 -> 1.7.0
+--- slingshot:slingshot:0.10.3
| --- org.clojure:clojure:1.2.1 -> 1.7.0
--- org.clojure:core.cache:0.6.3
+--- org.clojure:data.priority-map:0.0.2
| --- org.clojure:clojure:1.3.0 -> 1.7.0
--- org.clojure:clojure:1.4.0 -> 1.7.0

@geldf
Copy link

geldf commented Jan 24, 2024

Hi @patrykpoborca.. Have you found any solution for this?

@WildOrangutan
Copy link

I had this error, when I replaced annotationProcessor(...) with kapt(...)

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

No branches or pull requests

3 participants