tools: Add ExecRemote in helpers project

This commit is contained in:
Ilya Matveev
2017-03-28 18:35:13 +07:00
committed by ilmat192
parent 0d13908f78
commit d0a6441384
+2
View File
@@ -60,6 +60,8 @@ kotlinNativeInterop {
}
}
project.convention.plugins.remoteExec = new org.jetbrains.kotlin.ExecRemote(project)
task testInteropHelper(type: RunInteropKonanTest) {
dependsOn jar
dependsOn ':dist'