When enabling HMPP and using the `ios()` shortcut,...
# multiplatform
d
When enabling HMPP and using the
ios()
shortcut, I'm noticing that commonizer does not add the optional methods on protocols. For example UITableviewDataSource has 11 methods, but the commonizer is only creating variants that only have the 2 required methods of that protocol. These 11 methods exist on both iosX64 and iosArm64, so figured the commonized versions should also have all the methods. Is this by design or is this a bug?
b
sounds like a bug to me. worth filing in youtrack
d
hmmm, seems to be similar to this https://youtrack.jetbrains.com/issue/KT-42094
created a new ticket just in case https://youtrack.jetbrains.com/issue/KT-43060