[Gradle] Replace intellijCore() dependency by intellijPlatformUtil()
#KT-61449 In Progress
This commit is contained in:
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"))
|
||||||
|
|||||||
Reference in New Issue
Block a user