progressbar-ktx
Introduction: ⏳ Kotlin extensions for the progressbar JVM library.
Tags:
Kotlin extensions for the progressbar JVM library.
Gradle Dependency
This library is available on jitpack.io.
Add this in your build.gradle.kts or build.gradle file:
Kotlin
kotlin
repositories {
maven("https://jitpack.io")
}
dependencies {
implementation("dev.reimer:progressbar-ktx:<version>")
}
Groovy
groovy
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'dev.reimer:progressbar-ktx:<version>'
}
Status α
⚠️ Warning: This project is in an experimental alpha stage:
- The API may be changed at any time without further notice.
- Development still happens on
master. - Pull Requests are highly appreciated!
