Fix OVERRIDE_DEPRECATION warnings in project code

This commit is contained in:
Dmitriy Novozhilov
2021-08-30 12:31:11 +03:00
parent 69c3831865
commit d46e2dd749
34 changed files with 70 additions and 33 deletions
@@ -48,6 +48,7 @@ data class CompilerVersionImpl(
override val major: Int,
override val minor: Int,
override val maintenance: Int,
@Deprecated("Milestone is deprecated in favour to MetaVersion's M1 and M2")
override val milestone: Int = -1,
override val build: Int = -1
) : CompilerVersion {