Rename: DeserializedContainerAbiStability.IR_UNSTABLE -> UNSTABLE

Related to KT-62056
This commit is contained in:
Mikhail Glukhikh
2023-09-21 10:29:34 +02:00
committed by Space Team
parent a77b758efa
commit 8b8088720b
4 changed files with 4 additions and 4 deletions
@@ -32,5 +32,5 @@ enum class DeserializedContainerAbiStability {
// 2) it is compiled with JVM IR >= 1.4.30 with the `-Xabi-stability=unstable` compiler option,
// 3) it is compiled with FIR prior to 2.0.0,
// and this compiler is _not_ configured to ignore that.
IR_UNSTABLE,
UNSTABLE,
}