Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 KMM(Kotlin Multiplatform Mobile)的新手。我需要在这个项目中使用 MVVM,我只需要为 ViewModels 使用 jetpack。那么,如何在 KMM 项目中组织 MVVM 架构呢?
您可以为您的视图模型创建一个expect/actual声明,您可以在其中使用ViewModel您的 Android 实际声明中的架构。
expect/actual
ViewModel
这个例子做了完全相同的事情。
您可以在此处找到预期/实际文档