From 99ba6b5ae141edb5a512e5869aaf9c29cb859054 Mon Sep 17 00:00:00 2001 From: Svyatoslav Scherbina Date: Fri, 31 Jan 2020 18:25:47 +0300 Subject: [PATCH] Make `:compiler:tests-common` depend on `:native:frontend.native` --- compiler/tests-common/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/tests-common/build.gradle.kts b/compiler/tests-common/build.gradle.kts index 9e8f6001965..0173bebce3d 100644 --- a/compiler/tests-common/build.gradle.kts +++ b/compiler/tests-common/build.gradle.kts @@ -34,6 +34,7 @@ dependencies { testCompile(project(":js:js.serializer")) testCompile(project(":js:js.frontend")) testCompile(project(":js:js.translator")) + testCompile(project(":native:frontend.native")) testCompileOnly(project(":plugins:android-extensions-compiler")) testCompile(project(":kotlin-test:kotlin-test-jvm")) testCompile(projectTests(":compiler:tests-common-jvm6"))