https://kotlinlang.org logo
#compose-ui-showcase
Title
# compose-ui-showcase
z

Zeeshan Syed

09/21/2023, 11:42 AM
Finally, I am able to show Google Maps in Compose Multiplatform for Android and iOS targets. 😄
👍 2
👍🏾 1
c

Colton Idle

09/23/2023, 8:35 PM
Got code to share or did you use a library? 😍
z

Zeeshan Syed

09/27/2023, 4:53 AM
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

Stefan Oltmann

09/27/2023, 12:04 PM
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 🙂
2 Views