Kotlin 1.5.0-M1 is here! ✅ Inline value classes, sealed interfaces and JVM records ✅ JVM IR backend by default Try it out and share your feedback ➡️ github.com/JetBrains/kotl…
3
112
390
0
8
@kotlin what is the difference between JVM and JVM IR is what a new VM for Kotlin or what
@angrycoder1 @kotlin IR is an Intermediate Represenation that the kotlin compiler uses to compile kotlin (multiplatform) code to. JVM IR compiler takes kotlin IR and compiles it down to java classes KJS IR takes kotlin IR and compiles it down to Javascript code and the same for K/Native