This library contains views that are missing from the core Jetpack Compose libraries.
The views available in this library are as follows:
BulletedList | Displays an array of Strings as a bulleted list. |
To use the above views within your app,
simply add the following repository and dependency declaration in the build.gradle
file of your Android project:
repositories {
mavenCentral()
}
dependencies {
implementation("com.tazkiyatech:jetpack-compose-utils:0.1.0")
}