[JS, IR] Deprecated outputFile
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ interface KotlinJsOptions : org.jetbrains.kotlin.gradle.dsl.KotlinCommonOptions
|
||||
* Destination *.js file for the compilation result
|
||||
* Default value: null
|
||||
*/
|
||||
@Deprecated(message = "Use task 'outputFileProperty' to specify location", level = DeprecationLevel.WARNING)
|
||||
@Deprecated(message = "Only for legacy backend. For IR backend please use task.destinationDirectory and moduleName", level = DeprecationLevel.WARNING)
|
||||
var outputFile: kotlin.String?
|
||||
get() = options.outputFile.orNull
|
||||
set(value) = options.outputFile.set(value)
|
||||
|
||||
Reference in New Issue
Block a user