Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Kotlin/JS Legacy compiler backend to the new version #23

Open
obask opened this issue Jan 17, 2023 · 1 comment
Open

Upgrade Kotlin/JS Legacy compiler backend to the new version #23

obask opened this issue Jan 17, 2023 · 1 comment

Comments

@obask
Copy link

obask commented Jan 17, 2023

This project currently uses the Kotlin/JS Legacy compiler backend, which has been deprecated and will be removed in a future release.
Please migrate the project to the new IR-based compiler (https://kotl.in/jsir) by adding:
- kotlin.js.compiler=ir to your gradle.properties file.
- js(IR) { ... } to your build file.
You can continue to use the deprecated legacy compiler in the current version of the toolchain by specifying it explicitly.
@JSMonk
Copy link
Contributor

JSMonk commented Apr 14, 2023

#24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants