From 39e0f101b13933b886d2de0b507c36d7f2a00fb6 Mon Sep 17 00:00:00 2001 From: Mikhail Zarechenskiy Date: Fri, 17 Jan 2020 11:06:54 +0300 Subject: [PATCH] Add dependency because some SAM related classes moved to core module --- plugins/sam-with-receiver/sam-with-receiver-cli/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/sam-with-receiver/sam-with-receiver-cli/build.gradle.kts b/plugins/sam-with-receiver/sam-with-receiver-cli/build.gradle.kts index 20bc38810e8..103df84659a 100644 --- a/plugins/sam-with-receiver/sam-with-receiver-cli/build.gradle.kts +++ b/plugins/sam-with-receiver/sam-with-receiver-cli/build.gradle.kts @@ -7,6 +7,7 @@ plugins { } dependencies { + compileOnly(project(":core:descriptors")) compileOnly(project(":compiler:frontend")) compileOnly(project(":compiler:frontend.java")) compileOnly(project(":compiler:plugin-api"))