Remove JetSnack sample in favor of JetCaster#5511
Conversation
|
The only link I found is from https://github.com/Kotlin/kotlin-wasm-examples/blob/main/compose-jetsnack/README.md |
This example is removed from the compose-multiplatform repo too See JetBrains/compose-multiplatform#5511
|
As I see it, unlike JetSnack, JetCaster doesn't have non-mobile targets. Is it going to be changed? Should we keep JetSnack until then? |
|
JetSnack in its current state isn't a good multiplatform sample, as it is very outdated. Updating it is not feasible, as original Android implementation has been changed significantly, like Material → Material3 transition and many internal things, and the non-Android part has been also significantly different from it because of |
JetSnack sample is outdated and hard to maintain because of ConstraintLayout
Recently, there was another sample app ported from Jetpack samples to Multiplatform
https://github.com/kotlin-hands-on/jetcaster-kmp-migration
We don't need many similar samples, so let's keep the newer one only.
Fixes CMP-9404 Remove Jetsnack sample
Testing
N/A
Release Notes
N/A