Build: drop IntelliJ 2018.3 support (KT-35374)
Delete references in code
This commit is contained in:
@@ -71,13 +71,8 @@ dependencies {
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
if (Ide.IJ183()) {
|
||||
"main" { projectDefault() }
|
||||
"test" { projectDefault() }
|
||||
} else {
|
||||
"main" { }
|
||||
"test" { }
|
||||
}
|
||||
"main" { }
|
||||
"test" { }
|
||||
}
|
||||
|
||||
testsJar {}
|
||||
|
||||
Reference in New Issue
Block a user