Restore Experimentality data class for IDE compatibility
This commit is contained in:
@@ -22,3 +22,7 @@ data class OptInDescription(val annotationFqName: FqName, val severity: Severity
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@Deprecated("Please use OptInDescription instead", ReplaceWith("OptInDescription"))
|
||||
@Suppress("unused")
|
||||
typealias Experimentality = OptInDescription
|
||||
|
||||
Reference in New Issue
Block a user