#336 replace Lottie#341
Conversation
Generated by 🚫 Danger Kotlin against 5339f2a |
|
Claude finished @Kaaveh's task in 1m 29s —— View job Code Review: #336 Replace Lottie with Compottie
SummaryThis PR replaces Observations
val composition by rememberLottieComposition {
val json = context.resources.openRawResource(R.raw.empty_state_animation)
.use { it.bufferedReader().readText() }
LottieCompositionSpec.JsonString(json)
}
modifier = Modifier
.size(250.dp, 250.dp)
.scale(0.5f, 0.5f)
@file:Suppress("LongParameterList", "ktlint")5 parameters doesn't typically warrant
api(libs.compottie)Exposing compottie as
text = "Your favorite list is empty",Pre-existing issue, but worth a mention: this string is not in VerdictThe migration is clean and the right call for the KMP roadmap. The most actionable item is clarifying the I/O threading behavior in |
Fix #336