Cleanup 193 compatibility fixes

Original commit: 3feff16a77
This commit is contained in:
Vyacheslav Gerasimov
2020-11-06 02:53:05 +03:00
parent 132538e017
commit ac5da46004
+1 -3
View File
@@ -44,9 +44,7 @@ dependencies {
testRuntime(project(it))
}
Platform[192].orHigher {
testRuntimeOnly(intellijPluginDep("java"))
}
testRuntimeOnly(intellijPluginDep("java"))
testRuntimeOnly(toolsJar())
testRuntime(project(":kotlin-reflect"))