I'm using kotlin.experimental.tryK2 and seemingly ...
# k2-adopters
c
I'm using kotlin.experimental.tryK2 and seemingly no issues locally. Are people using this in production?
👌 2
🚫 4
d
It's not possible to use K2 in production for libraries, because for now we can't guarantee the ABI stability, so all binaries compiled with K2 are poisoned For applications you can use it on your own risk
👍 1