Skip to content

Commit ae25a3b

Browse files
Update README.md
Co-authored-by: Vsevolod Tolstopyatov <[email protected]>
1 parent 2f0227e commit ae25a3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@ 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 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`
181+
`kotlinx-coroutines-core` artifact contains a resource file that is not required for the coroutines to operate normally and is only used by the debugger. To exclude it at no loss of functionality, add the following snippet to the `android`
183182
block in your gradle file for the application subproject:
184183
```groovy
185184
packagingOptions {

0 commit comments

Comments
 (0)