Fix javaOutputDir changed to the JAR, which was breaking unit tests

internal visibility, because they did not get the JAR into classpath

Issue #KT-20212 Fixed

(cherry picked from commit 19e861b)
This commit is contained in:
Sergey Igushkin
2017-09-19 14:52:40 +03:00
parent 5ce514bd42
commit 41b13d25f2
2 changed files with 8 additions and 2 deletions
@@ -0,0 +1,6 @@
import lib.internalLibFun
fun main(args: Array<String>) {
// check that unit tests can access internals of the main variant:
internalLibFun()
}