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
@@ -71,13 +71,8 @@ dependencies {
}
sourceSets {
if (Ide.IJ183()) {
"main" { projectDefault() }
"test" { projectDefault() }
} else {
"main" { }
"test" { }
}
"main" { }
"test" { }
}
testsJar {}