natpryce
06/21/2017, 12:55 PMinternal
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.