From a9e9f36e1c9dd127199dc1f6923af7e4141ea5f5 Mon Sep 17 00:00:00 2001 From: Ilya Chernikov Date: Wed, 21 Dec 2016 09:47:57 +0100 Subject: [PATCH] Put native-platform-uberjar.jar into compiler embeddable and remove dependency from the compiler runner --- libraries/tools/kotlin-compiler-embeddable/pom.xml | 5 +++++ libraries/tools/kotlin-compiler-runner/pom.xml | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/libraries/tools/kotlin-compiler-embeddable/pom.xml b/libraries/tools/kotlin-compiler-embeddable/pom.xml index 4dd022ac32d..8a88a6271a6 100644 --- a/libraries/tools/kotlin-compiler-embeddable/pom.xml +++ b/libraries/tools/kotlin-compiler-embeddable/pom.xml @@ -49,6 +49,11 @@ kotlin-test-junit ${project.version} + + org.jetbrains.kotlin + native-platform + ${project.version} + diff --git a/libraries/tools/kotlin-compiler-runner/pom.xml b/libraries/tools/kotlin-compiler-runner/pom.xml index 8d0d5307f3c..625ccf2f8ea 100644 --- a/libraries/tools/kotlin-compiler-runner/pom.xml +++ b/libraries/tools/kotlin-compiler-runner/pom.xml @@ -28,12 +28,6 @@ kotlin-compiler-embeddable ${project.version} - - - org.jetbrains.kotlin - native-platform - ${project.version} -