[IC, Gradle] Remove 'kotlin.incremental.useClasspathSnapshot' system property

^KT-62962 Fixed
This commit is contained in:
Yahor Berdnikau
2023-11-15 23:13:21 +01:00
committed by Space Team
parent f558b0dc55
commit 3413b07550
4 changed files with 8 additions and 18 deletions
@@ -46,7 +46,6 @@ enum class CompilerSystemProperties(val property: String, val alwaysDirectAccess
* */
KOTLIN_COMPILER_ENVIRONMENT_KEEPALIVE_PROPERTY("kotlin.environment.keepalive"),
COMPILE_DAEMON_CUSTOM_RUN_FILES_PATH_FOR_TESTS("kotlin.daemon.custom.run.files.path.for.tests"),
COMPILE_INCREMENTAL_WITH_ARTIFACT_TRANSFORM("kotlin.incremental.useClasspathSnapshot"),
KOTLIN_COLORS_ENABLED_PROPERTY("kotlin.colors.enabled"),
LANGUAGE_VERSION_SETTINGS("kotlin.language.settings"),