We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c7b42 commit 5ecc64bCopy full SHA for 5ecc64b
1 file changed
README.md
@@ -56,14 +56,6 @@ internal object BuildConfig {
56
}
57
```
58
59
-> [!IMPORTANT]
60
-> Avoid generating `File` entries with `Project.file` API, as they are created with absolute paths, and it will produce
61
-> cache misses.
62
-> ```kotlin
63
-> buildConfigField("FILE", file("aFile")) // will create a file targeting `/your/project/root/aFile` -> DON'T!
64
-> buildConfigField("FILE", file("aFile").relativeToOrSelf(projectDir)) // use this instead, for instance
65
-> ```
66
-
67
## Usage in Groovy
68
69
On your `build.gradle` add:
0 commit comments