- Kotlin 94%
- Java 6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .github | ||
| .gradle | ||
| .idea | ||
| didresolver-android | ||
| gradle | ||
| .gitattributes | ||
| .gitignore | ||
| build.gradle.kts | ||
| CONTRIBUTING.md | ||
| developer-certificate-of-origin | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE.md | ||
| README.md | ||
| settings.gradle.kts | ||
DID resolver for Kotlin/Android applications
This project contains language bindings required for loading and using the DID resolver library in Kotlin applications intended for Android platform.
To configure Apache Maven to consume a published package from Maven Central Repository,
edit the pom.xml file to include the package as a dependency:
<dependency>
<groupId>ch.admin.swiyu.didresolver</groupId>
<artifactId>didresolver-android</artifactId>
<!--version>[ANY_AVAILABLE_VERSION]</version-->
</dependency>
To configure Gradle to consume a published package from Maven Central Repository,
add the package to dependencies section in your build.gradle.kts (Kotlin DSL) file:
implementation("ch.admin.swiyu.didresolver:didresolver-android:[ANY_AVAILABLE_VERSION]@aar")
You are more then welcome to explore the relevant examples in a further detail.
Contributions and feedback
We welcome any feedback on the code regarding both the implementation and security aspects. Please follow the guidelines for contributing found in CONTRIBUTING.
License
This project is licensed under the terms of the MIT license. See the LICENSE file for details.
