Nathan Fallet
07/12/2025, 3:11 PMNathan Fallet
07/12/2025, 3:14 PMrusshwolf
07/12/2025, 3:29 PMMichael Paus
07/12/2025, 3:32 PMturansky
07/12/2025, 4:36 PM2025.7.3
All browser API (kotlin-js
, kotlin-web
, kotlin-browser
) we compile from common sources.turansky
07/12/2025, 4:52 PMNathan Fallet
07/12/2025, 7:03 PMEdoardo Luppi
07/12/2025, 7:16 PMNathan Fallet
07/12/2025, 7:41 PMEdoardo Luppi
07/12/2025, 7:42 PMturansky
07/12/2025, 7:55 PMkotlinx-browser
describe only part of stable Browser API (~40-50%)
Updates are rare. Mostly no breaking changes
kotlin-browser
describe 100% of stable Browser API
Updates are regular. Breaking changes are regular (they are required to describe new browser contracts)
In common case formula is simple:
No updates = no breaking changes
like why kotlinx-browser repo exists thenIt’s required for libraries, which are ready to use limited subset of Browser API, but have high requirements for backward compatibility