Closed KrohnicDev closed 1 year ago
This will most likely be a side effect of https://youtrack.jetbrains.com/issue/IDEA-321592 which is breaking all non "unit-test" SourceSet configurations in the 2023 versions so far.
I know the ticket is resolved now, but the release is not out yet.
Thanks, might be related indeed. Interestingly there is no problem with Gradle v7 and TestSets v4.0.0 even with current IDEA version. But let's hope that it will get resolved by IDEA release.
Tested with IDEA 2023.3 EAP version, and imports work as expected. I will close this issue for now.
Hi, we have a typical test setup with unit tests, integration tests and some test utilities used by both test modules. After 4.1.0 upgrade IDEA doesn't recognize the shared util classes anymore.
Gradle itself still works properly, so we are able to build, run and test the project with Gradle. Just IDEA's features are broken. We used
git bisect
to verify that first broken commit was indeed the plugin upgrade from 4.0.0 to 4.1.0.Here's our build plugin configuration:
Some metadata to help with analysis: