Hi all — I've been working on a small KMP library ...
# feed
g
Hi all — I've been working on a small KMP library and finally put it out publicly, in case it's useful to anyone here: https://github.com/ggoggam/vitre It drives embedded WebViews from a declarative step DSL, with the same code on Android, iOS and desktop. I started it because I kept ending up with one-off
evaluateJavascript
calls glued to callbacks that raced each other and the UI. So it gives you one ordering guarantee across all three platforms, a typed two-way bridge, up to four sites inparallel, and MCP/Koog tools if you'd like an agent driving the page. Still early, so I would love any feedback, and happy to answer question. Also available on Maven Central.
🔥 7