Fix build of bunch 191

This commit is contained in:
Andrey Uskov
2018-12-05 13:59:32 +03:00
parent 25f393d299
commit 5a8621d7c7
+1 -1
View File
@@ -182,7 +182,7 @@ extra["intellijSeparateSdks"] = intellijSeparateSdks
extra["IntellijCoreDependencies"] =
listOf("annotations",
if (Platform[191].orHigher()) "asm-all-7.0-beta" else "asm-all",
if (Platform[191].orHigher()) "asm-all-7.0" else "asm-all",
"guava",
"jdom",
"jna",