From 20f98612641e8bc6d25c85195c2d5bec85668a4c Mon Sep 17 00:00:00 2001 From: Yaroslav Chernyshev Date: Wed, 20 Apr 2022 14:57:18 +0200 Subject: [PATCH] Publish modules required for Kotlin Gradle Tooling in IDE Modules to be published are: kotlin-gradle-plugin-idea and kotlin-gradle-plugin-kpm-android --- build.gradle.kts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3da718e8f06..c2c568510bc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -339,7 +339,9 @@ extra["compilerArtifactsForIde"] = listOfNotNull( ":kotlin-stdlib-jdk7", ":kotlin-stdlib-jdk8", ":kotlin-reflect", - ":kotlin-main-kts" + ":kotlin-main-kts", + ":kotlin-gradle-plugin-idea", + ":kotlin-gradle-plugin-kpm-android" ) // TODO: fix remaining warnings and remove this property.