question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

support kotlin IR

See original GitHub issue

a new IR was released in Kotlin 1.4, and there is a mode - BOTH, especially for libraries. https://kotlinlang.org/docs/reference/js-ir-compiler.html

According to reviews, reduces the final size of the application.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
rjaroscommented, Nov 26, 2020

Released with 3.17.0

1reaction
mpetuskacommented, Nov 3, 2020

It would be nice to have KVision published with BOTH mode regards to allow for lib consumers to experiment with IR

Regards,

Martynas Petuška


From: Robert Jaros notifications@github.com Sent: Tuesday, November 3, 2020 10:32:25 AM To: rjaros/kvision kvision@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [rjaros/kvision] support kotlin IR (#192)

With current IR compiler backend KVision applications are lot larger than with the legacy version, so there is no sense building with IR for now. We are waiting for https://youtrack.jetbrains.com/issue/KT-41227 and https://youtrack.jetbrains.com/issue/KT-39740 to be fixed. It should be released with 1.4.30.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/rjaros/kvision/issues/192#issuecomment-721033250, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AFRPLCZEYXN6F2LGAXEQNALSN7L3TANCNFSM4TIKG72A.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Kotlin/JS IR compiler
The Kotlin/JS IR compiler is capable of generating TypeScript definitions from your Kotlin code. These definitions can be used by JavaScript ...
Read more >
Exploring Kotlin IR. At the time of writing this article…
Kotlin IR, or Kotlin Intermediate Representation, is the new internal representation used by the Kotlin compiler when it parses Kotlin source ...
Read more >
The New JVM IR Backend Is Stable | The Kotlin Blog
We have been working to implement a new JVM IR backend as part of our ongoing project to rewrite the whole compiler. This...
Read more >
Migrating our Kotlin/JS app to the new IR compiler
The IR compiler for Kotlin/JS comes with a lot of benefits for your apps, ... Making sure our Kotlin dependencies support Kotlin/JS IR...
Read more >
Support for Kotlin IR Backend · Issue #11 · square/anvil - GitHub
I have CI actions setup with Kotlin 1.4-M2 and they build fine. Do you know when this will start to break? Also note...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found