We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c2b10 commit f296e0eCopy full SHA for f296e0e
packages/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/tasks/GenerateCodegenSchemaTask.kt
@@ -59,7 +59,8 @@ abstract class GenerateCodegenSchemaTask : Exec() {
59
codegenDir
60
.file("lib/cli/combine/combine-js-to-schema-cli.js")
61
.get()
62
- .asFile.absolutePath,
+ .asFile
63
+ .absolutePath,
64
generatedSchemaFile.get().asFile.absolutePath,
65
jsRootDir.asFile.get().absolutePath,
66
))
0 commit comments