How to make a compose web site to be a PWA and can...
# compose-web
u
How to make a compose web site to be a PWA and can be used offline?
c
There’s not much you can do with Kotlin. Add the appropriate meta data to your index.html and create a service worker to cache your requests. Mozilla has a tutorial for it. https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Tutorials/js13kGames
t
JFYI - all required declarations you can find here