Try creating multimodule Gradle Kotlin JVM project or Kotlin Multiplatform project and run failing Lincheck-based test. You'll see the "Investigate in Debug Mode" button in the logs of the test. After you click on it, :test Gradle task is run. But in case of multimodule Gradle projects or Kotlin Multiplatform projects there is no such task. So the build quickly fails with
Cannot locate tasks that match ':test' as task 'test' not found in root project 'Lincheck-test'.
* Try:
> Run gradle tasks to get a list of available tasks.
> For more on name expansion, please refer to https://docs.gradle.org/9.0.0/userguide/command_line_interface.html#sec:name_abbreviation in the Gradle documentation.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to generate a Build Scan (Powered by Develocity).
> Get more help at https://help.gradle.org.