Travis Reitter
06/12/2022, 3:07 PMUIView-based `ViewController`s? I'd like to migrate to MVIKotlin before migrating to SwiftUIArkadii Ivanov
06/12/2022, 10:32 PMViewController, and implement the view interface using BaseMviView class. Use LifecycleRegistry to manually controll the lifecycle from ViewController callabacks. This should work I guess.Travis Reitter
06/13/2022, 3:49 AMTravis Reitter
06/16/2022, 5:29 AMLifecycleRegistryKt in LifecycleWrapper, mainly this line:
let lifecycle = LifecycleRegistryKt.LifecycleRegistry()
Do you know how this is sourced? It seems to be implicitly pulled in through essenty which TodoLib pulls in via its build.gradle.kts. But when I do the same in my app, I still can't resolve LifecycleRegistryKt and don't see anything relevant in my shared library's generated header file (the equivalent of TodoLib.h)Arkadii Ivanov
06/16/2022, 8:26 AMTravis Reitter
06/16/2022, 4:08 PMTravis Reitter
06/17/2022, 4:16 PMTravis Reitter
06/17/2022, 4:17 PMtodo-app-ios project file in Xcode, I get:
Project MVIKotlin/sample/todo-app-ios/todo-app-ios.xcodeproj cannot be opened because it is missing its project.pbxproj file.Arkadii Ivanov
06/17/2022, 4:20 PMTravis Reitter
06/17/2022, 5:05 PM