From e6ae3f1d8529c0a0cea5b15923f8cfd57a20dc1b Mon Sep 17 00:00:00 2001 From: "Alexander.Likhachev" Date: Thu, 24 Aug 2023 16:33:15 +0200 Subject: [PATCH] [Gradle] Replace `intellijCore()` dependency by `intellijPlatformUtil()` #KT-61449 In Progress --- libraries/tools/kotlin-gradle-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts index fc3d9ec4487..878f18dbcbe 100644 --- a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts +++ b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts @@ -87,7 +87,7 @@ dependencies { exclude("com.android.tools.build", "aaptcompiler") exclude("com.android.tools.build", "aapt2-proto") } - commonCompileOnly(intellijCore()) + commonCompileOnly(intellijPlatformUtil()) commonCompileOnly(commonDependency("org.jetbrains.teamcity:serviceMessages")) commonCompileOnly(libs.gradle.enterprise.gradlePlugin) commonCompileOnly(commonDependency("com.google.code.gson:gson"))