Adding runtime dependency to incremental tests's build.gradle, fixes some tests from jps
KT-8487
This commit is contained in:
committed by
Alexey Tsvetkov
parent
a1ddbb3fe5
commit
c6fe18fbe0
+4
@@ -55,6 +55,10 @@ repositories {
|
|||||||
url 'file://' + pathToKotlinPlugin
|
url 'file://' + pathToKotlinPlugin
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
compile 'org.jetbrains.kotlin:kotlin-stdlib:0.1-SNAPSHOT'
|
||||||
|
}
|
||||||
""")
|
""")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user