[Gradle] Replace intellijCore() dependency by intellijPlatformUtil()

#KT-61449 In Progress
This commit is contained in:
Alexander.Likhachev
2023-08-24 16:33:15 +02:00
committed by Space Team
parent 59997fb76a
commit e6ae3f1d85
@@ -87,7 +87,7 @@ dependencies {
exclude("com.android.tools.build", "aaptcompiler") exclude("com.android.tools.build", "aaptcompiler")
exclude("com.android.tools.build", "aapt2-proto") exclude("com.android.tools.build", "aapt2-proto")
} }
commonCompileOnly(intellijCore()) commonCompileOnly(intellijPlatformUtil())
commonCompileOnly(commonDependency("org.jetbrains.teamcity:serviceMessages")) commonCompileOnly(commonDependency("org.jetbrains.teamcity:serviceMessages"))
commonCompileOnly(libs.gradle.enterprise.gradlePlugin) commonCompileOnly(libs.gradle.enterprise.gradlePlugin)
commonCompileOnly(commonDependency("com.google.code.gson:gson")) commonCompileOnly(commonDependency("com.google.code.gson:gson"))