<@U092308M7>: Thanks. FYI, here is my question: My...
# random
c
@orangy: Thanks. FYI, here is my question: My question is about `internal`: I notice that tests can access
internal
functions from the main package but I can’t replicate this with manual
kotlinc
invocations. How exactly do I need to invoke two separate
kotlinc
(
src/main/kotlin
and then
src/test/kotlin
) so that the tests will be able to see
internal
functions in the main code base?