Hi. Can anyone help? I want to test an `internal...
# announcements
n
Hi. Can anyone help? I want to test an
internal
function but cannot work out how to do so using the kotlinc command-line compiler. The Gradle plugin treats test code as “special” and lets it refer to internal features of the module under test. However, if using kotlinc, tests are compiled into their own module. I cannot find a compiler option to allow the tests module to access internal features of the tested module.