Hi guys, I want to start kotlin multiplatform i wa...
# getting-started
o
Hi guys, I want to start kotlin multiplatform i want to make a shared network library which can be used in android, IOS and web like JS etc, can you please give me a tutorial or anything which covers all platform?
o
Thanks, i have already read this and completed practicle , how to use this library on different platforms ?
g
If your library is portable, you just have to add it as a dependency to your project and call it.
o
yes, this is my main question , how to make it portable
any link , or documentation related to that, any example ? specially for IOS
j
You can output it as a framework. You should have a packForXcode function in your gradle you can run