You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inside. If I don't, VSCode tells me there are errors when running the Gradle tasks. Because all my import statements in my java files generate errors:
Is that something I did wrong, or is this necessary for VSCode to be able to run this Gradle project? If so, maybe that could be included somewhere in the docs (or a tutorial) for new users wanting to use VSCode for it.
I've tried correcting it (without the classPath solution) in the build.gradle.kts file with compileOnly or implementation lines, but nothing seems to work...
The text was updated successfully, but these errors were encountered:
I'm trying to set up VSCode as the IDE for using this library template. I only get it to work when adding a settings.json file with
inside. If I don't, VSCode tells me there are errors when running the Gradle tasks. Because all my import statements in my java files generate errors:
Is that something I did wrong, or is this necessary for VSCode to be able to run this Gradle project? If so, maybe that could be included somewhere in the docs (or a tutorial) for new users wanting to use VSCode for it.
I've tried correcting it (without the classPath solution) in the build.gradle.kts file with compileOnly or implementation lines, but nothing seems to work...
The text was updated successfully, but these errors were encountered: