Don't fail when output directory not specified for "friend" build target
#KT-10505 Fixed
This commit is contained in:
@@ -728,6 +728,10 @@ class KotlinJpsBuildTest : AbstractKotlinJpsBuildTestCase() {
|
||||
doTest()
|
||||
}
|
||||
|
||||
fun testKotlinProjectWithEmptyProductionOutputDirWithoutSrcDir() {
|
||||
doTest()
|
||||
}
|
||||
|
||||
private fun BuildResult.checkErrors() {
|
||||
val actualErrors = getMessages(BuildMessage.Kind.ERROR)
|
||||
.map { it as CompilerMessage }
|
||||
|
||||
Reference in New Issue
Block a user