[Gradle] Minor: KotlinPlugin: Replace deprecated destinationDir
^KT-46198
This commit is contained in:
committed by
Space
parent
5902e3d0fd
commit
78b168711c
+1
-1
@@ -274,7 +274,7 @@ internal class Kotlin2JsSourceSetProcessor(
|
||||
"Gradle will not be able to build the project because of the root directory lock.\n" +
|
||||
"To fix this, consider using the default outputFile location instead of providing it explicitly."
|
||||
)
|
||||
kotlinTaskInstance.destinationDir = outputDir
|
||||
kotlinTaskInstance.destinationDirectory.set(outputDir)
|
||||
|
||||
if (
|
||||
kotlinOptions.freeCompilerArgs.contains(PRODUCE_JS) ||
|
||||
|
||||
Reference in New Issue
Block a user