Skip to content

Commit 22c91c4

Browse files
committed
Change wrapping
1 parent ae25a3b commit 22c91c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

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

0 commit comments

Comments
 (0)