You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -178,8 +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` 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:
0 commit comments