[Gradle] Fix deprecated buildDir usage in KotlinNativeXCFramework.kt
^KT-62527 In Progress
This commit is contained in:
committed by
Space Team
parent
5558a87c81
commit
a1d13f54cb
+1
-1
@@ -120,7 +120,7 @@ class KotlinNativeXCFrameworkImpl(
|
|||||||
}
|
}
|
||||||
holder.task.configure {
|
holder.task.configure {
|
||||||
it.fromFrameworkDescriptors(frameworkDescriptors)
|
it.fromFrameworkDescriptors(frameworkDescriptors)
|
||||||
it.outputDir = project.buildDir.resolve(outDir)
|
it.outputDir = project.layout.buildDirectory.dir(outDir).get().asFile
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user