Restore binary compatibility of BinaryVersion #KT-56119 Fixed
This commit is contained in:
committed by
Space Team
parent
0863e9c589
commit
e99b453816
@@ -26,7 +26,7 @@ abstract class BinaryVersion(private vararg val numbers: Int) {
|
||||
} else emptyList()
|
||||
|
||||
@Deprecated("Please use isCompatibleWithCurrentCompilerVersion()", ReplaceWith("isCompatibleWithCurrentCompilerVersion()"))
|
||||
fun isCompatible(): Boolean = isCompatibleWithCurrentCompilerVersion()
|
||||
open fun isCompatible(): Boolean = isCompatibleWithCurrentCompilerVersion()
|
||||
|
||||
abstract fun isCompatibleWithCurrentCompilerVersion(): Boolean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user