Having a small issue. We have created a multiplatf...
# multiplatform
a
Having a small issue. We have created a multiplatform lib, for example 'TestLib'. We have a class that takes a Boolean? as a param. When iOS team try integrate this, they see 'TestLibBoolean' instead of KotlinBoolean. When they try pass true or false, they are seeing 'Cannot convert value of type 'ObjCBool' to expected argument type 'KotlinBoolean?' Any ideas on what can fix this?