This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
v0.3.3
Changelog:
- UserAPI: Make eachGetOperations lambda suspendable 644b39d
- UserAPI: Add support for coroutine cancellation (what?) d52578f
How to install:
Add jitpack.io repository to build script
repositories {
// other repositores...
maven("https://jitpack.io")
}
And add kmttAPI to dependencies
dependencies {
// other dependencies...
implementation("com.github.DareFox:kmttAPI:0.3.3")
}
This snippets are for Gradle Kotlin DSL. To see code for your builder, visit Jetpack.io repo
Full Changelog: 0.3.2...0.3.3