Michal Klimczak
07/29/2022, 1:04 PMuli
07/31/2022, 12:40 AMMichal Klimczak
07/31/2022, 10:32 AMuli
07/31/2022, 11:27 AMMichal Klimczak
07/31/2022, 11:27 AMRick Clephas
07/31/2022, 11:29 AMuli
07/31/2022, 12:52 PMclass MyViewModelXy: ViewModel
which have Koru generated native wrappers MyViewModelXyNative
. Now on Swift side I need all those view models to conform to a protocol which i solve by extension (extension ViewModel: Terminable {}
) but it looks like the generated classes do not inherit ViewModel
. This might be a fixable implementation detail or just a missing annotation on my side. but certainly no issue with KMP-NC because it doesnot touch class hierarchies.Michal Klimczak
08/03/2022, 1:23 PMuli
08/03/2022, 1:57 PMMichal Klimczak
08/03/2022, 2:11 PMProfileViewModelNative : ViewModelNativeProtocol
(of course you can name them differently).uli
08/03/2022, 3:41 PMMichal Klimczak
08/03/2022, 3:55 PMexpect
but it probably is now and it's an error. Would you be so kind and add an issue on github with your case? I think I know what the deal is but the more details the betteruli
08/03/2022, 4:09 PMMichal Klimczak
08/23/2022, 4:53 PMuli
08/23/2022, 5:17 PM