Hi there, is there a way to use `internal` to all...
# kotlin-logging
h
Hi there, is there a way to use
internal
to allow visibility from other source modules in the same gradle project? E.g. I want to use some
internal
method defined in the main module from within the test module.
o
is this questions related to kotlin-logging? didn't exactly understand... anyway IIRC internal is per compilation unit only usable (ie in the same javac/kotlinc)
h
sorry wrong channel. :-/