Caution
Archived due to API access removal and other often breaking changes on the DTF/VC/TJ site
Library is no longer supported and will no longer receive updates
API for cmtt.ru projects (DTF, VC, TJ) written in Kotlin/JVM
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.0")
}
This snippets are for Gradle Kotlin DSL. To see code for your builder, visit Jetpack.io repo