DotLottie
Implementation
Using Version Catalog
# libs.versions.toml
dotLottie = "0.12.7"
dotLottie = { group = "com.github.LottieFiles", name = "dotlottie-android", version.ref = "dotLottie"} With Version Catalog
// build.gradle.kts
implementation(libs.dotLottie) Without Version Catalog
// build.gradle.kts
implementation("com.github.LottieFiles:dotlottie-android:0.12.7") External Links
Visit DotLottie Documentation →