forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
JabRef version
5.13 (latest release)
Operating system
Windows
Details on version and operating system
Windows 11
Checked with the latest development build (copy version output from About dialog)
- I made a backup of my libraries before testing the latest development version.
- I have tested the latest development version and the problem persists
Steps to reproduce the behaviour
Just write the code with langchain4j library.
Appendix
The error IntelliJ gives is:
Package 'dev.langchain4j.data.message' is declared in module 'langchain4j.core', but module 'org.jabref' does not read it
The same applies for other classes.
However, the code compiles without any errors.
Moreover, if we apply the IDEA's advice, the building breaks.