-
-
Notifications
You must be signed in to change notification settings - Fork 36
Java compiler
Zeioth edited this page Jun 6, 2024
·
11 revisions
Java and kotlin projects don't have a deterministic project structure. This means for real world projects you will have to create a .solution.toml
file in your project root dir to tell compiler.nvim where to find the files. You can find a examples here and here. If you prefer to use a build automation tool like gradle, or maven, see here.