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

Gradle: Use the new Kotlin/JS IR backend #429

Closed
wants to merge 1 commit into from

Conversation

sschuberth
Copy link
Contributor

This reduces bundle size and auto-generates TypeScript definitions, see https://kotlinlang.org/docs/js-ir-compiler.html.

This reduces bundle size and auto-generates TypeScript definitions, see
https://kotlinlang.org/docs/js-ir-compiler.html.
@JakeWharton
Copy link

This project builds with Kotlin 1.9. IR is now the default so this is not necessary to specify anymore.

@sschuberth
Copy link
Contributor Author

This project builds with Kotlin 1.9. IR is now the default so this is not necessary to specify anymore.

Interesting. I was creating this PR because IntelliJ IDEA suggested to enabled IR:

image

But thanks for the note, let me close this then.

@sschuberth sschuberth closed this Jul 21, 2023
@sschuberth sschuberth deleted the js-ir-backend branch July 21, 2023 19:26
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

Successfully merging this pull request may close these issues.

None yet

2 participants