if I compile a library with the IR backend, can no...
# jvm-ir-backend-feedback
c
if I compile a library with the IR backend, can non IR projects use that library?
👌 1
z
as of 1.3.40, yes
one of the big features in 1.4.30 was that the IR backend now generates “stable” bytecode that is consumable from non-IR backends
c
You mean 1.4.30 right
z
🤦 yes, i always type that wrong
c
ok so 1.4.30 generates bytecode that even kotlinc from before 1.4.30 can use?
z
yep, it just looks like regular ol’ java bytecode