Skip to content

v0.8.1

Latest

Choose a tag to compare

@fzhinkin fzhinkin released this 21 Nov 19:11

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!