I have a project that uses another library I am working on. The library is not deployed to any artifact repository (i.e. not even the maven local cache), but it does define a group and name. I included it in the project that uses it as an "included build"
In NB 17-rc1 this project was recognized and the imports that referred to it didn't show any problems. In NB 17-rc2 the import line is marked with an error that the package does not exist. The project still builds and runs fine, but the IDE thinks there are errors because of this. settings.gradle contains: includeBuild '../fxsvg' and the build.gradle file refers to it as an implementation dependency via a reference defined in gradle/libs.versions.toml implementation libs.fxsvg Regards, Scott