From d0a6441384b75b8195a24622e264696fd2281447 Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Tue, 28 Mar 2017 18:35:13 +0700 Subject: [PATCH] tools: Add ExecRemote in helpers project --- tools/helpers/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/helpers/build.gradle b/tools/helpers/build.gradle index 2c101969ef0..c817f2b0423 100644 --- a/tools/helpers/build.gradle +++ b/tools/helpers/build.gradle @@ -60,6 +60,8 @@ kotlinNativeInterop { } } +project.convention.plugins.remoteExec = new org.jetbrains.kotlin.ExecRemote(project) + task testInteropHelper(type: RunInteropKonanTest) { dependsOn jar dependsOn ':dist'