[Gradle] Remove the system property for compiler execution strategy
#KT-51831 Fixed
This commit is contained in:
committed by
Space
parent
2a16fe1d0f
commit
ce72948a21
+1
-1
@@ -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
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user