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
This is a Kotlin MultiPlatform library that provides automatic exception handling and
@@ -13,7 +13,7 @@ automatic error displaying to a screen.
13
13
-[Installation](#installation)
14
14
-[Usage](#usage)
15
15
-[Samples](#samples)
16
-
-[Set Up Locally](#setup-locally)
16
+
-[Set Up Locally](#set-up-locally)
17
17
-[Contributing](#contributing)
18
18
-[License](#license)
19
19
@@ -29,7 +29,7 @@ on the platforms. Converts the exception class to an error object to display. Th
29
29
`SelectorErrorPresenter` - for selecting error presenter by some custom condition.
30
30
31
31
## Requirements
32
-
- Gradle version 5.6.4+
32
+
- Gradle version 6.0+
33
33
- Android API 16+
34
34
- iOS version 9.0+
35
35
@@ -38,6 +38,8 @@ on the platforms. Converts the exception class to an error object to display. Th
38
38
- 0.1.0
39
39
- 0.2.0
40
40
- 0.2.1
41
+
- kotlin 1.4.0
42
+
- 0.3.0
41
43
42
44
## Installation
43
45
root build.gradle
@@ -52,7 +54,7 @@ allprojects {
52
54
project build.gradle
53
55
```groovy
54
56
dependencies {
55
-
commonMainApi("dev.icerock.moko:errors:0.2.1")
57
+
commonMainApi("dev.icerock.moko:errors:0.3.0")
56
58
}
57
59
```
58
60
@@ -235,8 +237,7 @@ Please see more examples in the [sample directory](sample).
235
237
236
238
## Set Up Locally
237
239
- The [errors directory](errors) contains the `errors` library;
238
-
- The [sample directory](sample) contains sample apps for Android and iOS; plus the mpp-library connected to the apps;
239
-
- For local testing a library use the `./publishToMavenLocal.sh` script - so that sample apps use the locally published version.
240
+
- The [sample directory](sample) contains sample apps for Android and iOS; plus the mpp-library connected to the apps.
240
241
241
242
## Contributing
242
243
All development (both new features and bug fixes) is performed in the `develop` branch. This way `master` always contains the sources of the most recently released version. Please send PRs with bug fixes to the `develop` branch. Documentation fixes in the markdown files are an exception to this rule. They are updated directly in `master`.
0 commit comments