Temporary: make PRE_RELEASE_CLASS a warning in both K1/K2 (KT-66551)
This commit is contained in:
committed by
Space Team
parent
93a796b635
commit
a0cb713d19
+1
-1
@@ -1805,7 +1805,7 @@ object DIAGNOSTICS_LIST : DiagnosticList("FirErrors") {
|
||||
parameter<String>("presentableString")
|
||||
parameter<IncompatibleVersionErrorData<*>>("incompatibility")
|
||||
}
|
||||
val PRE_RELEASE_CLASS by error<PsiElement> {
|
||||
val PRE_RELEASE_CLASS by warning<PsiElement> {
|
||||
parameter<String>("presentableString")
|
||||
}
|
||||
val IR_WITH_UNSTABLE_ABI_COMPILED_CLASS by error<PsiElement> {
|
||||
|
||||
Reference in New Issue
Block a user