is not current version
Last Version 0.5.1

dev.icerock.moko:errors-android-debug 0.3.2

Automated exceptions handler for mobile (android & ios) Kotlin Multiplatform development.

GroupId

GroupId

dev.icerock.moko
ArtifactId

ArtifactId

errors-android-debug
Version

Version

0.3.2
Type

Type

aar

Download errors-android-debug 0.3.2


<!-- https://jarcasting.com/artifacts/dev.icerock.moko/errors-android-debug/ -->
<dependency>
    <groupId>dev.icerock.moko</groupId>
    <artifactId>errors-android-debug</artifactId>
    <version>0.3.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.icerock.moko/errors-android-debug/
implementation 'dev.icerock.moko:errors-android-debug:0.3.2'
// https://jarcasting.com/artifacts/dev.icerock.moko/errors-android-debug/
implementation ("dev.icerock.moko:errors-android-debug:0.3.2")
'dev.icerock.moko:errors-android-debug:aar:0.3.2'
<dependency org="dev.icerock.moko" name="errors-android-debug" rev="0.3.2">
  <artifact name="errors-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.icerock.moko', module='errors-android-debug', version='0.3.2')
)
libraryDependencies += "dev.icerock.moko" % "errors-android-debug" % "0.3.2"
[dev.icerock.moko/errors-android-debug "0.3.2"]