[Gradle] Remove the system property for compiler execution strategy

#KT-51831 Fixed
This commit is contained in:
Alexander Likhachev
2022-08-02 17:18:24 +02:00
committed by Space
parent 2a16fe1d0f
commit ce72948a21
4 changed files with 5 additions and 49 deletions
@@ -12,7 +12,7 @@ import org.gradle.api.tasks.Internal
enum class KotlinCompilerExecutionStrategy(
/**
* Value that should be passed for `kotlin.compiler.execution.strategy` Gradle or system property to choose the strategy
* Value that should be passed for `kotlin.compiler.execution.strategy` Gradle property to choose the strategy
*/
val propertyValue: String
) {