[CI SKIP] Resolving spelling error (#3001)
Corrected "at the expensive of" to "at the expense of."
This commit is contained in:
parent
7493e43306
commit
7680f3f676
|
@ -55,7 +55,7 @@ dependencies {
|
|||
}
|
||||
```
|
||||
|
||||
Notice that we're using `compileOnly` instead of `implementation`, since the app already contains it. You could use `implementation` instead, if it's a new dependency, or you prefer not to rely on whatever the main app has (at the expensive of app size).
|
||||
Notice that we're using `compileOnly` instead of `implementation`, since the app already contains it. You could use `implementation` instead, if it's a new dependency, or you prefer not to rely on whatever the main app has (at the expense of app size).
|
||||
|
||||
### Core stubs and libraries
|
||||
|
||||
|
|
Loading…
Reference in New Issue