can somebody point me to a kotlin-based applicatio...
# javascript
t
can somebody point me to a kotlin-based application that makes use of a ServiceWorker?
r
This is a sample PWA in Kotlin: https://github.com/rjaros/kvision-examples/tree/master/pokedex But the service worker JS file is generated by workbox-webpack-plugin.
t
great, thank you!