[Gradle][MPP] Promote several K/N targets deprecation level to error
This commit is contained in:
committed by
Space Team
parent
1b1cfd45a0
commit
1ef198ead4
+6
-6
@@ -167,21 +167,21 @@ interface KotlinTargetHierarchyBuilder {
|
||||
fun withMacosArm64()
|
||||
fun withLinuxArm64()
|
||||
|
||||
@Deprecated(DEPRECATED_TARGET_MESSAGE)
|
||||
@Deprecated(DEPRECATED_TARGET_MESSAGE, level = DeprecationLevel.ERROR)
|
||||
fun withWatchosX86()
|
||||
|
||||
@Deprecated(DEPRECATED_TARGET_MESSAGE)
|
||||
@Deprecated(DEPRECATED_TARGET_MESSAGE, level = DeprecationLevel.ERROR)
|
||||
fun withMingwX86()
|
||||
|
||||
@Deprecated(DEPRECATED_TARGET_MESSAGE)
|
||||
@Deprecated(DEPRECATED_TARGET_MESSAGE, level = DeprecationLevel.ERROR)
|
||||
fun withLinuxArm32Hfp()
|
||||
|
||||
@Deprecated(DEPRECATED_TARGET_MESSAGE)
|
||||
@Deprecated(DEPRECATED_TARGET_MESSAGE, level = DeprecationLevel.ERROR)
|
||||
fun withLinuxMips32()
|
||||
|
||||
@Deprecated(DEPRECATED_TARGET_MESSAGE)
|
||||
@Deprecated(DEPRECATED_TARGET_MESSAGE, level = DeprecationLevel.ERROR)
|
||||
fun withLinuxMipsel32()
|
||||
|
||||
@Deprecated(DEPRECATED_TARGET_MESSAGE)
|
||||
@Deprecated(DEPRECATED_TARGET_MESSAGE, level = DeprecationLevel.ERROR)
|
||||
fun withWasm32()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user