Hi <@UHAJKUSTU>, in a multiplatform project (mobil...
# mvikotlin
d
Hi @Arkadii Ivanov, in a multiplatform project (mobile) with MVIKotlin, is it feasible to adopt JetpackCompose on Android side, forgetting about fragments and lifecycle? Any hint on how to trigger recomposition on state updates?
a
Hi! I think MVIKotlin plays very well with Compose. You can check the TodoApp example here https://github.com/JetBrains/compose-jb/tree/master/examples/todoapp
😎 1
👍 1
d
Thank you! I'll have a look
a
You can also check this, it's Android only, but nothing prevents it from being multiplatform https://github.com/arkivanov/android-dev-challenge-compose-1