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 5ab7abe commit 9005866Copy full SHA for 9005866
dataconnect/dataconnect/movie-connector/connector.yaml
@@ -10,6 +10,6 @@ generate:
10
package: com.google.firebase.dataconnect.movies
11
# Use an arbitrary directory for generating the code, as the
12
# "com.google.firebase.example.dataconnect.gradle" custom Gradle plugin applied by
13
- # app/build.gradle.kts will look after generating the code on-demand into the
14
- # appropriate directory.
+ # app/build.gradle.kts will look after generating the code on-demand into the directory
+ # prescribed by Gradle (e.g. app/build/generated/java/generateDebugDataConnectSources).
15
outputDir: ../.generated
0 commit comments