My situation is: i have a fairly complex gradle pr...
# intellij
m
My situation is: i have a fairly complex gradle project, and sometimes (but not for my teammates?!) IntelliJ gets confused and puts the test/ and main/ source sets into different Kotlin modules. The result is that test code can't access things marked
internal
in main.