We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1339d40 commit 304a52eCopy full SHA for 304a52e
README.md
@@ -2,6 +2,7 @@
2
3
[](https://jitpack.io/#ctrlbytes/CodeKit)
4
[](https://android-arsenal.com/api?level=19)
5
+
6
7
## Adding to your project
8
@@ -88,6 +89,6 @@ val items = dbCursor.toList {
88
89
### Utils KTX
90
```kotlin
91
runSafe {
- // do things that may throw error (error will be printed to the console)
92
+ // do things that may throw error and don't care about the error (error will be printed to the console)
93
}
94
```
0 commit comments