Quick question about compiler API stability. Is th...
# compiler
a
Quick question about compiler API stability. Is the backend IR going to change for K2? I think I heard someone at Kotlin Conf say that it’s relatively stable
d
The compiler API is unstable by definition and changes constantly (mostly in some little details) There is a KT-49508 for stabilization of the compiler API, but there is no ETA for it