Hello, I have a gradle scala project, which has tests, when I try to debug a certain test in intellij, it is only able to hit breakpoints, defined in src/test/scala, but not in src/main/scala, does anyone know what the problem could be?
If I write my tests in src/test/java, all breakpoints work fine. Seems like there's a problem with gradle's scala plugin maybe? Or intellij, idk.
Also asked this on stackoverflow (there are pictures there):
https://stackoverflow.com/questions/78959201/can-intellij-stop-at-breakpoints-from-different-modules