안녕하세요, 이번엔 Kotlin Multiplatform Mobile에서의 Decompose , MviKotlin 적용기를 포스팅하겠습니다. Kotlin Multiplatform Mobile(이하 KMM)은 Mobile 플랫폼인 Android와 iOS간의 비즈니스 로
안녕하세요.이번 포스팅에서는 Decompose와 MviKotlin에서 데이터를 파싱하기 위해 작업을 해보겠습니다.전체적인 구조는 다음과 같습니다.Clean Architecutre를 적용하여 Data, Domain 두 개의 레이어로 나누었습니다.먼저 Domain Laye
기본적으로 Root Componet로부터 파생되어 Nested Component 구조로 이루어집니다. 따라서, RootComponent를 만든 후 MainComponent를 만들어줬습니다. TmdbMain에서 View에서 발생하는 Event를 처리해줄 Store