Build: drop IntelliJ 2018.3 support (KT-35374)

Delete references in code
This commit is contained in:
Michael Kuzmin
2019-12-20 16:51:21 +03:00
parent 9b7717c37a
commit e8a821986f
27 changed files with 35 additions and 160 deletions
+2 -7
View File
@@ -80,13 +80,8 @@ dependencies {
}
sourceSets {
if (Ide.IJ183()) {
"main" { projectDefault() }
"test" { projectDefault() }
} else {
"main" { }
"test" { }
}
"main" { }
"test" { }
}
projectTest(parallel = true) {