Adding runtime dependency to incremental tests's build.gradle, fixes some tests from jps

KT-8487
This commit is contained in:
Ilya Chernikov
2016-01-26 22:00:36 +01:00
committed by Alexey Tsvetkov
parent a1ddbb3fe5
commit c6fe18fbe0
@@ -55,6 +55,10 @@ repositories {
url 'file://' + pathToKotlinPlugin
}
}
dependencies {
compile 'org.jetbrains.kotlin:kotlin-stdlib:0.1-SNAPSHOT'
}
""")
}
}