File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -178,9 +178,9 @@ For more details see ["Optimization" section for Android](ui/kotlinx-coroutines-
178
178
179
179
#### Avoiding including the debug infrastructure in the resulting APK
180
180
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:
184
184
``` groovy
185
185
packagingOptions {
186
186
exclude "DebugProbesKt.bin"
You can’t perform that action at this time.
0 commit comments