Hello, my team wants to develop a KMP library as SDK, so that we only have to write the business/API-interacting code once. That's set. But we don't know whether to
• Only expose one KMP library for both AND and iOS targets
• Or to have an internal (&public AND) KMP library and then an additional "wrapper" library for iOS, so that iOS library consumers don't have to care/know that we are using a KMP library with all that it entails (maybe using SKIE?).
What is usually recommended to do in this case?