[Build] Remove forgotten comment from build config

This commit is contained in:
Dmitriy Novozhilov
2021-09-30 15:24:03 +03:00
committed by TeamCityServer
parent 38877ba842
commit 9baf10cfcc
-3
View File
@@ -41,9 +41,6 @@ dependencies {
testImplementation(project(":kotlinx-metadata")) { isTransitive = false }
testImplementation(project(":native:kotlin-klib-commonizer-api"))
testApi(intellijCoreDep()) { includeJars("intellij-core")}
// testRuntimeOnly(intellijDep()) {
// includeJars("idea_rt", rootProject = rootProject)
// }
}
val runCommonizer by tasks.registering(JavaExec::class) {