Hello, my team wants to develop a KMP library, so ...
# getting-started
c
Hello, my team wants to develop a KMP library, 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 a KMP library for AND and iOS targets • Or to have an internal KMP library + 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?
-> posted to multiplatform channel