[Gradle, MPP] CInteropProcess: Relax up-to-date condition to "outputFile.exists"

^KT-48882 Verification Pending
This commit is contained in:
sebastian.sellmair
2021-09-27 09:18:04 +02:00
committed by Space
parent dcd19f41b9
commit 7f67ce96a0
@@ -1139,7 +1139,7 @@ open class CInteropProcess @Inject constructor(@get:Internal val settings: Defau
get() = outputFileProvider.get()
init {
outputs.upToDateWhen { outputFile.isFile }
outputs.upToDateWhen { outputFile.exists() }
}
// Inputs and outputs.