Skip to content

Commit 208e6bc

Browse files
authored
style
1 parent 106d484 commit 208e6bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ For more details see ["Optimization" section for Android](ui/kotlinx-coroutines-
178178

179179
#### Avoiding including the debug infrastructure in the resulting APK
180180

181-
`kotlinx-coroutines-core` provides resources that are not needed for the applications to operate and are only needed to
182-
debug coroutine-using code. To exclude them at no loss of functionality, add the following to the `android` block in
183-
your gradle file for the application subproject:
181+
`kotlinx-coroutines-core` provides resources that are not required for the applications to operate and are only needed
182+
for debugging coroutine-using code. To exclude them at no loss of functionality, add the following to the `android`
183+
block in your gradle file for the application subproject:
184184
```groovy
185185
packagingOptions {
186186
exclude "DebugProbesKt.bin"

0 commit comments

Comments
 (0)