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
dmitriy.novozhilov
01/02/2024, 10:34 AM
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