-
Notifications
You must be signed in to change notification settings - Fork 512
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
Illegal reflective access by org.jetbrains.kotlin.com.intellij.util.ReflectionUtil in 0.47.0 #1618
Comments
I expect this to be a problem caused by a transitive dependency. At least that seemed the solution in #1143. Please add a clear reproduction path (with exact java version) and sample project. |
Reproduction:
|
I just found that @Goooler already reported this to jetbrains as a comment on https://youtrack.jetbrains.com/issue/KT-43704. I am doubting whether it gets any priority from the kotlin team. So until then, you have to ignore it, or try one of the workarounds mentioned in the issue. |
pre-commit should already auto-find the right files and pass them to these hooks, and not passing them should I *think* mean it's harder for new implementers to forget adding explicitly to this list. Manually testing seems to confirm this is the case (by breaking a file and seeing ktlint complain). Though we're running into pinterest/ktlint#1618 (AKA pinterest/ktlint#1391) and I can't seem to figure out how to pass through JVM args...
I noticed that Illegal reflective access reappeared:
The text was updated successfully, but these errors were encountered: