[Gradle][MPP] Promote several K/N targets deprecation level to error
This commit is contained in:
committed by
Space Team
parent
1b1cfd45a0
commit
1ef198ead4
@@ -9,7 +9,7 @@ import org.jetbrains.kotlin.konan.util.Named
|
||||
import java.io.Serializable
|
||||
|
||||
private const val DEPRECATION_LINK = "https://kotl.in/native-targets-tiers"
|
||||
const val DEPRECATED_TARGET_MESSAGE = "Target is deprecated and will be removed soon. See: $DEPRECATION_LINK"
|
||||
const val DEPRECATED_TARGET_MESSAGE = "Target is no longer available. See: $DEPRECATION_LINK"
|
||||
|
||||
sealed class KonanTarget(override val name: String, val family: Family, val architecture: Architecture) : Named, Serializable {
|
||||
object ANDROID_X64 : KonanTarget("android_x64", Family.ANDROID, Architecture.X64)
|
||||
|
||||
Reference in New Issue
Block a user