Finally, I am able to show Google Maps in Compose ...
# compose-ui-showcase
z
Finally, I am able to show Google Maps in Compose Multiplatform for Android and iOS targets. 😄
👍 2
👍🏾 1
c
Got code to share or did you use a library? 😍
z
I'll share the code soon. But also thinking about making a library. But I don't have much experience in making an open source library.
s
It’s easy. Just follow https://kotlinlang.org/docs/multiplatform-library.html If you want you can copy configuration for Maven signing and GitHub Actions from https://github.com/Ashampoo/kim 🙂
Or go copy Kim completely to get all configuration and just replace the Kotlin source code. 😄 I did figure out the whole process once and for https://github.com/Ashampoo/xmpcore I just copied Kim and applied search & replace 🙂
h
Hi @Zeeshan Syed Were you able to create a lib/or share the repo by any chance?