Description
Mockito static mocking is not recognized while dependency has already been added into IntelliJ project.
To Reproduce
- Open IntelliJ Idea with one of the latest installed UTBot plugin
- Create a new IntelliJ project with JDK 8/11
- Create "org/utbot/examples" package in src folder
- Copy-paste "mock" package into it
- Generate tests with UTBot... for MockStaticMethodExample with "Mockito static mocking" option
- Open Generate tests with UTBot... for MockStaticMethodExample again
Expected behavior
"Mockito static mocking" should be selected - and no red text should be displayed near it.
Actual behavior
"Mockito static mocking" is selected - and red text "will be configured" is displayed - although it has been already used.
Visual proofs (screenshots, logs, images)

Environment
Windows 10 Pro
IntelliJ IDEA 2022.1.4
IntelliJ project with JDK 11
Description
Mockito static mocking is not recognized while dependency has already been added into IntelliJ project.
To Reproduce
Expected behavior
"Mockito static mocking" should be selected - and no red text should be displayed near it.
Actual behavior
"Mockito static mocking" is selected - and red text "will be configured" is displayed - although it has been already used.
Visual proofs (screenshots, logs, images)
Environment
Windows 10 Pro
IntelliJ IDEA 2022.1.4
IntelliJ project with JDK 11