Use same system property to avoid deleting module file in JPS and Gradle

This commit is contained in:
Alexey Tsvetkov
2018-08-01 00:12:29 +03:00
parent d3dbcae7a4
commit d09629972a
3 changed files with 7 additions and 13 deletions
@@ -34,6 +34,8 @@ import org.jetbrains.kotlin.synthetic.SAM_LOOKUP_NAME
import java.io.File
import java.util.*
const val DELETE_MODULE_FILE_PROPERTY = "kotlin.delete.module.file.after.build"
fun makeModuleFile(
name: String,
isTest: Boolean,