Hey guys does anyone know how to create a kotlin b...
# compose-web
k
Hey guys does anyone know how to create a kotlin binding for google maps js API to use it in compose multiplatform web app
a
You can try to auto-generate such bindings using thirdly tools. One of them: https://github.com/karakum-team/karakum/blob/master/docs/guides/Basic_usage.md
❤️ 2
s
Interesting, would definitely like to hear how this turns out as I might need the same functionality.