it would be good to have docs on how intellij, gra...
# intellij
m
it would be good to have docs on how intellij, gradle and the compiler "understand" modules, as intellij sees test and main as two different modules. so it makes sense test could not access internal code in main. yet, clearly, it works. so there must be some special case or magic trick that ensures the compiler knows these two "modules" are actually to be treated as one for access checks.