Hello! I’m in the process of evaluating KMP as an ...
# multiplatform
a
Hello! I’m in the process of evaluating KMP as an option for something my team is working on next year. I’m specifically interesting in how we’d share things across android, ios, and web. I’ve had a look at the docs and some kmp plugins, but am still a bit puzzled as to how we could go about building multiplatform notifications, specifically for web due to the nature of how notifications come from service workers (seems different from android/ios). Could anyone help me understand this better? Would we be able to create something in the multiplatform world, or would we have to include a script separately that get’s registered by kotlin somehow/included in the html page, or something else?