This release addresses an issue with Wasm/JS, where the require function will no longer be available starting from Kotlin 2.3.20 (and it was never guaranteed to be available in Wasm/JS).
The release also includes some infrastructure changes.
Bugfixes
- Fixed the issue with the
require-function that Wasm/JS-projects migrating to future versions of Kotlin might face #481
Thanks to @alex28sh, @sargunv, and @iseki0 for contributions!